UNPKG

@scalar/api-reference

Version:

Generate beautiful API references from OpenAPI documents

8 lines 450 B
import type { InjectionKey, Ref } from 'vue'; export type RequestBodyCompositionSelection = Record<string, number>; /** * Shares the selected request-body composition variants between the schema * dropdowns and the generated request snippet for a single operation layout. */ export declare const REQUEST_BODY_COMPOSITION_INDEX_SYMBOL: InjectionKey<Ref<RequestBodyCompositionSelection>>; //# sourceMappingURL=request-body-composition-index.d.ts.map