UNPKG

@minddoc/accesscontrol

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