add api-report.md files

Signed-off-by: denis.fortin <denis.fortin@adevinta.com>
This commit is contained in:
denis.fortin
2022-06-28 17:45:50 +02:00
parent d1994e7ed1
commit 8451856b2c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@ export const vaultPlugin: BackstagePlugin<{}, {}>;
// @public
export type VaultSecret = {
name: string;
path: string;
showUrl: string;
editUrl: string;
};