UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

3 lines (2 loc) 168 B
import { SchemaProperty, AnyRecord } from '../../types/asyncapi.js'; export declare const extractSchemaProperties: (schema: AnyRecord | undefined) => SchemaProperty[];