UNPKG

@nestjs/swagger

Version:

Nest - modern, fast, powerful node.js web framework (@swagger)

12 lines (11 loc) 548 B
/// <reference types="lodash" /> import { Type } from '@nestjs/common'; import { SchemaObject } from '../interfaces/open-api-spec.interface'; export declare const exploreGlobalApiResponseMetadata: (schemas: SchemaObject[], metatype: Type<unknown>) => { responses: import("lodash").Dictionary<boolean>; }; export declare const exploreApiResponseMetadata: (schemas: SchemaObject[], instance: object, prototype: Type<unknown>, method: Function) => import("lodash").Dictionary<boolean> | { [x: number]: { description: string; }; };