UNPKG

@scalar/api-client

Version:

the open source API testing client

49 lines 1.66 kB
import type { XScalarEnvironment } from '@scalar/workspace-store/schemas/extensions/document/x-scalar-environments'; import type { ParameterObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document'; type __VLS_Props = { parameters: ParameterObject[]; exampleKey: string; title: string; label?: string; invalidParams?: Set<string>; globalRoute?: string; showAddRowPlaceholder?: boolean; environment: XScalarEnvironment; }; declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { delete: (payload: { index: number; }) => any; add: (payload: Partial<{ key: string; value: string; }>) => any; update: (payload: { index: number; payload: Partial<{ key: string; value: string; isEnabled: boolean; }>; }) => any; deleteAll: () => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onDelete?: ((payload: { index: number; }) => any) | undefined; onAdd?: ((payload: Partial<{ key: string; value: string; }>) => any) | undefined; onUpdate?: ((payload: { index: number; payload: Partial<{ key: string; value: string; isEnabled: boolean; }>; }) => any) | undefined; onDeleteAll?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=RequestParams.vue.d.ts.map