UNPKG

@asyncapi/react-component

Version:

A React component for AsyncAPI specification.

9 lines 448 B
import { MessageInterface } from '@asyncapi/parser'; import { MessageExample } from '../types'; export declare class MessageHelpers { static generateExample(schema: any, options?: any): any; static sanitizeExample(schema: any): any; static getPayloadExamples(msg: MessageInterface): MessageExample[] | undefined; static getHeadersExamples(msg: MessageInterface): MessageExample[] | undefined; } //# sourceMappingURL=message.d.ts.map