UNPKG

@scalar/api-client

Version:

the open source API testing client

52 lines 2.24 kB
import type { XScalarEnvironment } from '@scalar/workspace-store/schemas/extensions/document/x-scalar-environments'; import type { RequestBodyObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document'; type __VLS_Props = { /** Request body */ requestBody?: RequestBodyObject; /** Currently selected example key for the current operation */ exampleKey: string; /** Display title */ title: string; /** Selected environment */ environment: XScalarEnvironment; }; declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { "update:formValue": (payload: Pick<{ payload: { name: string; value: string | File; isDisabled: boolean; }[]; contentType: string; meta: import("@scalar/workspace-store/events").OperationExampleMeta; }, "payload" | "contentType">) => any; "update:contentType": (payload: { value: string; }) => any; "update:value": (payload: Pick<{ payload: string | File | undefined; contentType: string; meta: import("@scalar/workspace-store/events").OperationExampleMeta; }, "payload" | "contentType">) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:formValue"?: ((payload: Pick<{ payload: { name: string; value: string | File; isDisabled: boolean; }[]; contentType: string; meta: import("@scalar/workspace-store/events").OperationExampleMeta; }, "payload" | "contentType">) => any) | undefined; "onUpdate:contentType"?: ((payload: { value: string; }) => any) | undefined; "onUpdate:value"?: ((payload: Pick<{ payload: string | File | undefined; contentType: string; meta: import("@scalar/workspace-store/events").OperationExampleMeta; }, "payload" | "contentType">) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=RequestBody.vue.d.ts.map