UNPKG

@foal/core

Version:

Full-featured Node.js framework, with no complexity

4 lines (3 loc) 82 B
export interface IUserWithPermissions { hasPerm(codeName: string): boolean; }