Update API report for cli-module-auth

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-17 13:32:46 +01:00
parent 12fa965e67
commit 3c6de38345
+2 -2
View File
@@ -4,7 +4,6 @@
```ts
import { CliModule } from '@backstage/cli-node';
import { getSecretStore } from '@backstage/cli-node';
import { HttpInit } from '@backstage/cli-node';
import { httpJson } from '@backstage/cli-node';
import { SecretStore } from '@backstage/cli-node';
@@ -23,7 +22,8 @@ export function getInstanceConfig<T = unknown>(
key: string,
): Promise<T | undefined>;
export { getSecretStore };
// @public (undocumented)
export function getSecretStore(): Promise<SecretStore>;
// @public @deprecated (undocumented)
export function getSelectedInstance(