Emitted
@rotorsoft/act-root / act/src / Emitted
Type Alias: Emitted<E>
Emitted<
E
> ={ [K in keyof E]: readonly [K, Readonly<E[K]>] }
[keyofE
]
Defined in: libs/act/src/types/action.ts:122
Represents an emitted event tuple from an action handler.
Type Parameters
E
E
extends Schemas
Event schemas.