@scalar/api-reference
Version:
Generate beautiful API references from OpenAPI documents
10 lines • 538 B
TypeScript
import type { SchemaObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document';
/**
* Check if array item composition should be rendered
*
* @param schema - The schema object to check
* @param composition - The composition keyword to check for
* @returns true if array item composition should be rendered, false otherwise
*/
export declare const shouldRenderArrayItemComposition: (schema: SchemaObject | undefined, composition: string) => boolean;
//# sourceMappingURL=should-render-array-item-composition.d.ts.map