UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

4 lines (3 loc) 368 B
import { AnyRecord, AsyncApiMessage, AsyncApiExtension, MessageInterface } from '../../types/asyncapi.js'; export declare const getMessagesData: (messages: MessageInterface[], extensions: AsyncApiExtension[]) => AsyncApiMessage[]; export declare const getMessagePayloadSchema: (title: string, description: string | undefined, payload: AnyRecord) => any[] | undefined;