Files
klz-cables.com/.pnpm-store/v10/files/08/24d0228a1f181ebefb1d53002d6965f7c396a8e3eb35d7889fc3988e76c9eaab3ab1ded6442695b0214ae58b8b9874cecf17392c14f3be6b08350eed8264f8
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

6 lines
198 B
Plaintext

import type { AcceptedLanguages } from '@payloadcms/translations';
export type LanguageOptions = {
label: string;
value: AcceptedLanguages;
}[];
//# sourceMappingURL=LanguageOptions.d.ts.map