@itd-api/hydrate / HydratedNotificationEventsEvent
Type Alias: HydratedNotificationEventsEvent<K>
ts
type HydratedNotificationEventsEvent<K> = K extends "notification" ? HydratedNotificationEvent : K extends "middlewareError" | "handlerError" ? NotificationEventsMap[K] extends infer Event ? Omit<Event, "context"> & object : never : NotificationEventsMap[K];Defined in: packages/hydrate/src/types.ts:364
Значение события гидратированного потока.
Type Parameters
K
K extends keyof NotificationEventsMap