UNPKG

@ivamuno/nestjs-openapi

Version:
6 lines (5 loc) 542 B
import { Type } from '@nestjs/common'; import { SchemaObject } from '@nestjs/swagger/dist/interfaces/open-api-spec.interface'; export declare const exploreAsyncapiOperationMetadata: (schemas: SchemaObject[], _schemaRefsStack: [], instance: object, prototype: Type<unknown>, method: object) => {}; export declare const exploreAsyncapiPubMetadata: (_instance: object, _prototype: Type<unknown>, method: object) => any; export declare const exploreAsyncapiSubMetadata: (_instance: object, _prototype: Type<unknown>, method: object) => any;