UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

3 lines (2 loc) 225 B
import type { AsyncAPIFile, ParsedAsyncApiPageMetadata } from '../types/asyncapi.js'; export declare const getAsyncApiChannelMetadata: (asyncApiMetaField: string, asyncApiFiles: AsyncAPIFile[]) => ParsedAsyncApiPageMetadata;