Skip to content
module@warp-drive/core

Type Alias CacheOperation

ts
type CacheOperation = "added" | "removed" | "updated" | "state";

Defined in: warp-drive-packages/core/src/store/-private/managers/notification-manager.ts:15

The kinds of change notifications the NotificationManager can emit for a resource.

Released under the MIT License.