Files
klz-cables.com/.pnpm-store/v10/files/34/a3db71b0603e94ab5b2860b8c1b2808ab167da07b0a06a4bc94bc927f40323be308d3a06e2aee8e9ea809fe58ef6de4c7b522a9cdfb673f1e853d8b03815f9
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

10 lines
334 B
Plaintext

/**
* Template for localizeStatus migration
* Transforms version._status from single value to per-locale object
*/
export declare const localizeStatusTemplate: (options: {
collectionSlug?: string;
dbType: "mongodb" | "postgres" | "sqlite";
globalSlug?: string;
}) => string;
//# sourceMappingURL=localizeStatus.d.ts.map