Documentation / @ember-data/store / index / NotificationType
ts
type NotificationType =
| "attributes"
| "relationships"
| "identity"
| "errors"
| "meta"
| CacheOperation;
Defined in: packages/store/src/-private/managers/notification-manager.ts:21