StateSchema
@rotorsoft/act-root / act/src / StateSchema
Type Alias: StateSchema
StateSchema =
Readonly<{actions:Record<string,ZodObject<ZodRawShape> | typeofZodEmpty>;events:Record<string,ZodObject<ZodRawShape> | typeofZodEmpty>;state:ZodObject<ZodRawShape>; }>
Defined in: libs/act/src/types/schemas.ts:77
Type representing the full state schema for a domain.