UNPKG

@scalar/api-reference

Version:

Generate beautiful API references from OpenAPI documents

8 lines 395 B
import type { SchemaObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document'; /** * Optimize the value by removing nulls from compositions and merging root properties. * * TODO: figure out what this does */ export declare function optimizeValueForDisplay(value: SchemaObject | undefined): SchemaObject | undefined; //# sourceMappingURL=optimize-value-for-display.d.ts.map