@scalar/api-client
Version:
the open source API testing client
14 lines • 1 kB
TypeScript
import type { CollectionType, WorkspaceEventBus } from '@scalar/workspace-store/events';
import type { XScalarEnvironments } from '@scalar/workspace-store/schemas/extensions/document/x-scalar-environments';
type __VLS_Props = {
/** List of environments, ensured to be non-nullable for safety */
environments: NonNullable<XScalarEnvironments['x-scalar-environments']>;
/** Event bus to handle workspace-related events */
eventBus: WorkspaceEventBus;
/** The currently active environment name */
activeEnvironment?: string;
} & CollectionType;
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
declare const _default: typeof __VLS_export;
export default _default;
//# sourceMappingURL=EnvironmentsList.vue.d.ts.map