EntityOrOptions

Type alias

Type to allow either an entity or and entity and label to be passed into checkPermission

Value(s):
Record<stringany> | {
entity:
Record<stringany>
label:
string
}

Type alias defined in common/src/permissions/checkPermission.ts:28