UNPKG

ts-clean-core

Version:
11 lines (10 loc) 196 B
export declare type DynamicClosure = ( userId?: string, businessId?: string ) => boolean; export interface Role { static?: string[]; dynamic?: { [name: string]: DynamicClosure; }; }