@scalar/api-client
Version:
the open source API testing client
23 lines • 1.09 kB
TypeScript
import type { XScalarEnvironment } from '@scalar/workspace-store/schemas/extensions/document/x-scalar-environments';
import type { ExampleObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document';
type __VLS_Props = {
example: ExampleObject | undefined | null;
selectedContentType: string;
environment: XScalarEnvironment;
};
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
"update:formValue": (payload: {
name: string;
value: string | File;
isDisabled: boolean;
}[]) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
"onUpdate:formValue"?: ((payload: {
name: string;
value: string | File;
isDisabled: boolean;
}[]) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
declare const _default: typeof __VLS_export;
export default _default;
//# sourceMappingURL=RequestBodyForm.vue.d.ts.map