Files
klz-cables.com/.pnpm-store/v10/files/b7/aa15904569e63cedd9cabffc33d9438366e5e2a781c78868d47415313d783b300d587fea3256f8ed61d9387b0480c36b6ed860b24189b34c0fa4df02cefb17
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
439 B
Plaintext

import type { Payload } from '../../../../types/index.js';
/**
* Migrates main global document from _status to per-locale status object
*/
export declare function migrateMainGlobalStatus({ db, globalSlug, locales, payload, sql, versionsTable, }: {
db: any;
globalSlug: string;
locales: string[];
payload: Payload;
sql: any;
versionsTable: string;
}): Promise<void>;
//# sourceMappingURL=migrateMainGlobal.d.ts.map