@itd-api/testing / MockNotificationSnapshot
Type Alias: MockNotificationSnapshot
ts
type MockNotificationSnapshot = Readonly<Omit<Notification, "actors">> & object;Defined in: packages/testing/src/server/contracts.ts:111
Уведомление из снимка сервера.
Type Declaration
actors
ts
readonly actors: readonly Readonly<Notification["actors"][number]>[];userId
ts
readonly userId: string;