@itd-api/hydrate / HydratedNotificationsResource
Type Alias: HydratedNotificationsResource<Resource>
ts
type HydratedNotificationsResource<Resource> = Omit<HydratedResource<Resource>, "events"> & object;Defined in: packages/hydrate/src/types.ts:423
API уведомлений с гидратированными REST-методами и стабильным каналом событий.
Type Declaration
events
ts
readonly events: HydratedNotificationEvents;Type Parameters
Resource
Resource extends ItdClient["notifications"]