UNPKG

@scalar/api-client

Version:

the open source API testing client

9 lines 446 B
import type { WorkspaceStore } from '../../../../../store/store.js'; /** * Manually restore the auth from local storage * * Only use this if you need to restore auth manually, in the client web + app we load the whole store from * local storage so it isn't needed there. */ export declare const restoreAuthFromLocalStorage: (store: WorkspaceStore, collectionUid: string) => void; //# sourceMappingURL=restore-auth-from-local-storage.d.ts.map