UNPKG

ts-access-control

Version:

Role Based Access Control

10 lines (9 loc) 218 B
interface IAccessInfo { role?: string | string[]; resource?: string | string[]; attributes?: string | string[]; action?: string; possession?: string; denied?: boolean; } export { IAccessInfo };