Skip to main content

ReactionsRegister

@rotorsoft/act-root


@rotorsoft/act-root / act/src / ReactionsRegister

Type Alias: ReactionsRegister<E, K>

ReactionsRegister<E, K> = object

Defined in: libs/act/src/types/registry.ts:15

Reactions register

Type Parameters

E

E extends Schemas

K

K extends keyof E

Properties

reactions

reactions: Map<string, Reaction<E, K>>

Defined in: libs/act/src/types/registry.ts:17


schema

schema: ZodType<E[K]>

Defined in: libs/act/src/types/registry.ts:16