CustomResourceInput
CustomResourceInput =
object
Defined in: packages/core/src/access/types.ts:677
A custom (non-collection) subject declaration: its action list and an optional typed data carrier. One canonical form — no array shorthand.
Properties
Section titled “Properties”actions
Section titled “actions”actions: readonly
string[]
Defined in: packages/core/src/access/types.ts:678
optionaldata?:DataTypeCarrier<unknown>
Defined in: packages/core/src/access/types.ts:679