export interface AuthorizedMetadata {
    target: Function;
    fieldName: string;
    roles: any[];
}
