@scalar/api-client
Version:
the open source API testing client
15 lines • 874 B
TypeScript
import type { Environment } from '@scalar/oas-utils/entities/environment';
import { type Operation, type RequestExample } from '@scalar/oas-utils/entities/spec';
import type { Workspace } from '@scalar/oas-utils/entities/workspace';
import type { EnvVariable } from '../../../store/active-entities.js';
type __VLS_Props = {
example: RequestExample;
operation: Operation;
environment: Environment;
envVariables: EnvVariable[];
workspace: Workspace;
title: 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=RequestBody.vue.d.ts.map