UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

4 lines (3 loc) 176 B
import { AsyncAPIDocumentV3, AsyncAPIDocumentInterface } from '@asyncapi/parser'; export type AsyncAPIDocument = AsyncAPIDocumentV3; export type { AsyncAPIDocumentInterface };