UNPKG

@scalar/api-client

Version:

the open source API testing client

5 lines 450 B
import type { WorkspaceStore } from '@scalar/workspace-store/client'; import type { WorkspaceDocument } from '@scalar/workspace-store/schemas'; import { type XScalarEnvironment } from '@scalar/workspace-store/schemas/extensions/document/x-scalar-environments'; export declare const getActiveEnvironment: (workspace: WorkspaceStore | null, document: WorkspaceDocument | null) => XScalarEnvironment; //# sourceMappingURL=get-active-environment.d.ts.map