UNPKG

345 BTypeScriptView Raw
1import { type MethodPropClassDecorator } from "./types.js";
2export declare function Authorized(): MethodPropClassDecorator;
3export declare function Authorized<RoleType = string>(roles: readonly RoleType[]): MethodPropClassDecorator;
4export declare function Authorized<RoleType = string>(...roles: readonly RoleType[]): MethodPropClassDecorator;