StateSchemas
@rotorsoft/act-root / act/src / StateSchemas
Type Alias: StateSchemas<TState, TEvents, TActions>
StateSchemas<
TState,TEvents,TActions> =object
Defined in: libs/act/src/types/action.ts:382
Bundles the Zod types for state, events, and actions.
Type Parametersโ
TStateโ
TState extends Schema
State schema.
TEventsโ
TEvents extends Schemas
Event schemas.
TActionsโ
TActions extends Schemas
Action schemas.
Propertiesโ
actionsโ
readonlyactions:ZodTypes<TActions>
Defined in: libs/act/src/types/action.ts:388
eventsโ
readonlyevents:ZodTypes<TEvents>
Defined in: libs/act/src/types/action.ts:387
stateโ
readonlystate:ZodType<TState>
Defined in: libs/act/src/types/action.ts:389