Skip to content
module@warp-drive/core
ts
type CacheOperation = "added" | "removed" | "updated" | "state";

Defined in: core/src/store/-private/managers/notification-manager.ts:12

Released under the MIT License.