UNPKG

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