UNPKG

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