Files
klz-cables.com/.pnpm-store/v10/files/b3/dffb6cff1f4af803ceb9e8ccfd6f1e7a9c646e13e579f9b0ee89d267e5e8a3d124be5550944bf96e1545b4fea5170bd8173ab00890187a487ee0e91c325c11
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

13 lines
328 B
Plaintext

import { AuthenticationStorage } from "../types.cjs";
//#region src/auth/utils/memory-storage.d.ts
/**
* Simple memory storage implementation
*
* @returns AuthenticationStorage
*/
declare const memoryStorage: () => AuthenticationStorage;
//#endregion
export { memoryStorage };
//# sourceMappingURL=memory-storage.d.cts.map