Skip to content

Documentation / @warp-drive/core / DocumentCacheOperation

ts
type DocumentCacheOperation = "invalidated" | "added" | "removed" | "updated" | "state";

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

Released under the MIT License.