Files
klz-cables.com/.pnpm-store/v10/files/79/351d8f3fb57dbd700bb433a731d5ba37e783dc5def54b522d44ef5146aa13e9be7cd53bd9615623ce30ab058771353ee845264327705ed0914a1c3256219a6
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

11 lines
316 B
Plaintext

import type { Payload } from '../../../../types/index.js';
export type LocalizeStatusArgs = {
collectionSlug?: string;
db: any;
globalSlug?: string;
payload: Payload;
req?: any;
sql: any;
};
export declare function up(args: LocalizeStatusArgs): Promise<void>;
//# sourceMappingURL=up.d.ts.map