IGrantsItem
Defined in: src/types/IGrants.ts:37
A role’s grants: a map of resource name → its action rules, plus an optional
$extend array listing inherited roles.
Indexable
Section titled “Indexable”[
resource:string]:string[] |IResourceGrants|undefined
Resource name → action rules.
Properties
Section titled “Properties”$extend?
Section titled “$extend?”
optional$extend?:string[]
Defined in: src/types/IGrants.ts:39
Inherited role(s).