@scalar/api-reference
Version:
Generate beautiful API references from OpenAPI documents
10 lines (9 loc) • 402 B
JavaScript
//#region src/features/Operation/request-body-composition-index.ts
/**
* Shares the selected request-body composition variants between the schema
* dropdowns and the generated request snippet for a single operation layout.
*/
var REQUEST_BODY_COMPOSITION_INDEX_SYMBOL = Symbol();
//#endregion
export { REQUEST_BODY_COMPOSITION_INDEX_SYMBOL };
//# sourceMappingURL=request-body-composition-index.js.map