AsCommitted
@rotorsoft/act-root / act/src / AsCommitted
Type Alias: AsCommitted<R, K>
AsCommitted<
R
,K
> =R
[K
] extendsobject
?object
&CommittedMeta
:never
Defined in: libs/act/src/types/registry.ts:51
Utility type to convert a registry entry to a committed event type.
Type Parameters
R
R
Registry map.
K
K
extends keyof R
Event name.