@scalar/api-client
Version:
the open source API testing client
19 lines • 819 B
TypeScript
import type { RequestPayload } from '@scalar/oas-utils/entities/spec';
type ExtendedRequestPayload = RequestPayload & {
url?: string;
};
type __VLS_Props = {
metaData: {
parsedCurl: ExtendedRequestPayload;
collectionUid: string;
};
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
close: () => any;
back: (e: KeyboardEvent) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
onClose?: (() => any) | undefined;
onBack?: ((e: KeyboardEvent) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=CommandPaletteImportCurl.vue.d.ts.map