@scalar/api-client
Version:
the open source API testing client
9 lines • 645 B
TypeScript
import type { ResponseInstance } from '@scalar/oas-utils/entities/spec';
import type { createStoreEvents } from '../../../../store/events.js';
type __VLS_Props = {
response: ResponseInstance;
events: ReturnType<typeof createStoreEvents>;
};
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=ResponseMetaInformation.vue.d.ts.map