UNPKG

@scalar/api-client

Version:

the open source API testing client

24 lines 1.12 kB
import type { Environment } from '@scalar/oas-utils/entities/environment'; import { type RequestExample } from '@scalar/oas-utils/entities/spec'; import type { Workspace } from '@scalar/oas-utils/entities/workspace'; import type { RouteLocationRaw } from 'vue-router'; import type { EnvVariable } from '../../../store/active-entities.js'; type __VLS_Props = { example: RequestExample; environment: Environment; envVariables: EnvVariable[]; workspace: Workspace; title: string; label: string; paramKey: keyof RequestExample['parameters']; readOnlyEntries?: { key: string; value: string; enabled: boolean; route: RouteLocationRaw; }[]; invalidParams: Set<string>; }; declare const _default: 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>; export default _default; //# sourceMappingURL=RequestParams.vue.d.ts.map