Skip to content

Documentation / @warp-drive/core / CacheOperation

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

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

Released under the MIT License.