Files
klz-cables.com/.pnpm-store/v10/files/6a/9c3c3e9c0e7b74a436bdcf4f23b0155a3e4d9b0fc2bcc66550ed5f263087818787ad5ffeedbc5e6a4f703854cdf165004ffea80db05bc22c1a4b2769154f3a
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

3 lines
176 B
Plaintext

import type { BaseDatabaseAdapter } from '../types.js';
export declare function migrateDown(this: BaseDatabaseAdapter): Promise<void>;
//# sourceMappingURL=migrateDown.d.ts.map