Mark ExtensionInstance as internal

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2023-09-13 14:25:02 +02:00
parent d137cf53be
commit e753c3f27b
@@ -21,7 +21,7 @@ import {
} from '@backstage/frontend-plugin-api';
import mapValues from 'lodash/mapValues';
/** @public */
/** @internal */
export interface ExtensionInstance {
readonly $$type: '@backstage/ExtensionInstance';