type StorageApi = Pick<Storage, "getItem" | "setItem" | "removeItem">;
Defined in: packages/db/src/local-storage.ts:23
Storage API interface - subset of DOM Storage that we need
Full-stack Framework powered by TanStack Router for React and Solid
Type-safe Routing for React and Solid applications