@sap-ux/store
Version:
NPM module for storing persistent data
12 lines • 320 B
TypeScript
import type { EntityKey } from '.';
export declare class ApiHubSettings {
readonly apiKey?: string;
constructor({ apiKey }: {
apiKey: string;
});
}
export declare class ApiHubSettingsKey implements EntityKey {
static SINGLETON: string;
getId(): string;
}
//# sourceMappingURL=api-hub.d.ts.map