QueryKey
Type. Serializable query cache identity.
Table of contents
Category
Type
Type import
tsimport type { QueryKey } from "valyrian.js/query";Public signature
tstype QueryKey = Array<string | number | boolean | Record<string, unknown>>;Type usage
QueryKey is the serializable array identity used for cache matching and prefix invalidation.