plugins: update API report to match new BackstagePlugin type
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@ export interface VaultApi {
|
||||
export const vaultApiRef: ApiRef<VaultApi>;
|
||||
|
||||
// @public
|
||||
export const vaultPlugin: BackstagePlugin<{}, {}, {}>;
|
||||
export const vaultPlugin: BackstagePlugin<{}, {}>;
|
||||
|
||||
// @public
|
||||
export type VaultSecret = {
|
||||
|
||||
Reference in New Issue
Block a user