UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

3 lines (2 loc) 199 B
import { AsyncAPIDocument, AsyncAPIDocumentInterface } from '../types/asyncapi.js'; export declare function asyncApiCheck(document: AsyncAPIDocument): Promise<AsyncAPIDocumentInterface | undefined>;