UNPKG

@asyncapi/react-component

Version:

A React component for AsyncAPI specification.

10 lines 499 B
import { AsyncAPIDocumentInterface, TagInterface } from '@asyncapi/parser'; export declare class SpecificationHelpers { static retrieveParsedSpec(schema: any): AsyncAPIDocumentInterface | undefined; static containTags(schema: any, tags: TagInterface | TagInterface[]): boolean; static operationsTags(spec: AsyncAPIDocumentInterface): TagInterface[]; static serversTags(spec: AsyncAPIDocumentInterface): { string: string[]; }; } //# sourceMappingURL=specification.d.ts.map