Files
klz-cables.com/.pnpm-store/v10/files/a1/60f525c01438cf0fedb1532f14c750c2e9b06bd10378a9d83a2eed9222d8fd28a71ee83ed78d73cfb11dc9ce4717e9c66e96725bd8b3e466390d02d2cf95d5
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

15 lines
671 B
Plaintext

import type { ClientConfig, Column } from 'payload';
import { type I18nClient, type TFunction } from '@payloadcms/translations';
import type { UpcomingEvent } from './types.js';
type Args = {
dateFormat: string;
deleteHandler: (id: number | string) => void;
docs: UpcomingEvent[];
i18n: I18nClient;
localization: ClientConfig['localization'];
supportedTimezones: ClientConfig['admin']['timezones']['supportedTimezones'];
t: TFunction;
};
export declare const buildUpcomingColumns: ({ dateFormat, deleteHandler, docs, i18n, localization, supportedTimezones, t, }: Args) => Column[];
export {};
//# sourceMappingURL=buildUpcomingColumns.d.ts.map