CommittedOf
@rotorsoft/act-root / act/src / CommittedOf
Type Alias: CommittedOf<E, K>
CommittedOf<
E
,K
> =E
[K
] extendsz.ZodType
?object
&CommittedMeta
:never
Defined in: libs/act/src/types/registry.ts:68
Utility type to map commited events from zod schema maps.
Type Parameters
E
E
Event map.
K
K
extends keyof E
Event name.