SchemaRegister
@rotorsoft/act-root / act/src / SchemaRegister
Type Alias: SchemaRegister<A>
SchemaRegister<
A> ={ [K in keyof A]: Schema }
Defined in: libs/act/src/types/registry.ts:32
Maps action names to their schema definitions.
Type Parameters
A
A
Action schemas.