Files
klz-cables.com/.pnpm-store/v10/files/06/cdad9f5bd6b956b5df50c184fc62055fe979ac0aec2f74553d530634bb266278837cb14c0d11e54ff69918a391b1f54b538059283045c51bd15bd732df2dea
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
180 B
Plaintext

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