itd-api / NotificationUpdate
Interface: NotificationUpdate<T>
Defined in: events/updates.ts:38
Нормализованное уведомление из потока.
Type Parameters
T
T extends NotificationType = NotificationType
Properties
data
ts
readonly data: NotificationEventOfType<T>;Defined in: events/updates.ts:40
type
ts
readonly type: "notification";Defined in: events/updates.ts:39