UNPKG

265 BTypeScriptView Raw
1import { Type } from '@nestjs/common';
2export declare const exploreGlobalApiProducesMetadata: (metatype: Type<unknown>) => {
3 produces: any;
4};
5export declare const exploreApiProducesMetadata: (instance: object, prototype: Type<unknown>, method: object) => any;