WILDCARD_KEY
constWILDCARD_KEY:"*"
Defined in: packages/core/src/access/constants.ts:86
Wildcard key usable at two matrix levels: role level (admin: { [WILDCARD_KEY]: true }, boolean only) and action level inside a per-action map (any
PermissionCheck). Precedence: explicit action > subject wildcard > role
wildcard > defaults.