import type { SecurityScheme } from '@scalar/oas-utils/entities/spec'; import type { Path, PathValue } from '@scalar/object-utils/nested'; import type { WorkspaceStore } from '../../../../store/store.js'; /** Shape of the local storage auth object */ export type Auth
> = Record