Files
klz-cables.com/.pnpm-store/v10/files/07/5c566f7627f2f2f503147b11d2d91d8ea0bb63d1c8e26949d5c708d07a1f03b3004378792be78bc60f2140b45c7e9e65103c5755d614e4b3be1bc52df810cb
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

4 lines
298 B
Plaintext

import { type I18n } from '@payloadcms/translations';
import type { LabelFunction, StaticLabel } from '../config/types.js';
export declare const getTranslatedLabel: (label: LabelFunction | StaticLabel | undefined, i18n?: I18n) => string | undefined;
//# sourceMappingURL=getTranslatedLabel.d.ts.map