@zuu/owl
Version:
Zuu's Experimental GraphQL Implementation
5 lines (4 loc) • 311 B
TypeScript
import { MethodAndPropDecorator } from "./types";
export declare function Authorized(): MethodAndPropDecorator;
export declare function Authorized<RoleType = string>(roles: RoleType[]): MethodAndPropDecorator;
export declare function Authorized<RoleType = string>(...roles: RoleType[]): MethodAndPropDecorator;