Merge pull request #30816 from backstage/camilaibs/make-app-node-spec-plugin-required
[NFS] frontend-plugin-api: make app spec plugin required
This commit is contained in:
@@ -268,7 +268,7 @@ export interface AppNodeSpec {
|
||||
// (undocumented)
|
||||
readonly id: string;
|
||||
// (undocumented)
|
||||
readonly plugin?: FrontendPlugin;
|
||||
readonly plugin: FrontendPlugin;
|
||||
}
|
||||
|
||||
// @public
|
||||
|
||||
@@ -37,7 +37,7 @@ export interface AppNodeSpec {
|
||||
readonly extension: Extension<unknown, unknown>;
|
||||
readonly disabled: boolean;
|
||||
readonly config?: unknown;
|
||||
readonly plugin?: FrontendPlugin;
|
||||
readonly plugin: FrontendPlugin;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user