Перейти к содержимому
Русский

EventDispatcherIncomplete

Это содержимое пока не доступно на вашем языке.

EventDispatcherIncomplete<Unhandled> = object

Defined in: src/persistence/EventDispatcher.ts:47

Phantom marker type returned by .build() when the builder is NOT exhaustive. Has no call signature — using the result as a function produces a clear TS error like "This expression is not callable. Type 'EventDispatcherIncomplete<\"c\">' has no call signatures." The unhandled field-name surfaces which kind is missing.

Unhandled extends string

readonly __unhandled: Unhandled

Defined in: src/persistence/EventDispatcher.ts:48