CartIdStorage

cart · /next·interface

Pluggable persistence contract for the active cart's identifier.

cart-next ships as the default Next.js implementation; hosts on other transports (Redis, signed JWT, KV) can supply their own implementation and pass it to the reader / ensurer / typed-action factories.

Properties

clear
unknown
get
unknown
set
unknown

AuthBridge CreateTypedCartActionsOpts FormCartActions HttpOnlyCookieStorageOpts NextEventBridge TypedCartActions NextEventBridgeHandlers createCartEnsurer

Sourcestorage.ts:9Edit the JSDoc directly

On this page