@asyncapi/react-component
Version:
A React component for AsyncAPI specification.
8 lines • 494 B
TypeScript
import { AsyncAPIDocumentInterface, TagInterface } from '@asyncapi/parser';
export declare class SpecificationHelpers {
static retrieveParsedSpec(schema: unknown): AsyncAPIDocumentInterface | undefined;
static containTags(schema: any, tags: TagInterface | TagInterface[]): boolean;
static operationsTags(spec: AsyncAPIDocumentInterface): TagInterface[];
static serversTags(spec: AsyncAPIDocumentInterface): Record<string, string[]>;
}
//# sourceMappingURL=specification.d.ts.map