Skip to content

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.

actions: readonly string[]

Defined in: packages/core/src/access/types.ts:678


optional data?: DataTypeCarrier<unknown>

Defined in: packages/core/src/access/types.ts:679