UNPKG

103 BTypeScriptView Raw
1export interface AuthorizedMetadata {
2 target: Function;
3 fieldName: string;
4 roles: any[];
5}