Files
klz-cables.com/.pnpm-store/v10/files/58/0a8f32bdd22e3bafdaddddd685fddc72ba627cace5bee4a8254592e35aa18bba0cfa303ef5a3277d330abb3ed80a00e5b7937aa90e5c76e852cfa70aaf2825
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

16 lines
906 B
Plaintext

import type { I18n } from '@payloadcms/translations';
import type { Column, PaginatedDocs, SanitizedCollectionConfig, SanitizedGlobalConfig, TypeWithVersion } from 'payload';
import React from 'react';
import { type CreatedAtCellProps } from './cells/CreatedAt/index.js';
export declare const buildVersionColumns: ({ collectionConfig, CreatedAtCellOverride, currentlyPublishedVersion, docID, docs, globalConfig, i18n: { t }, isTrashed, latestDraftVersion, }: {
collectionConfig?: SanitizedCollectionConfig;
CreatedAtCellOverride?: React.ComponentType<CreatedAtCellProps>;
currentlyPublishedVersion?: TypeWithVersion<any>;
docID?: number | string;
docs: PaginatedDocs<TypeWithVersion<any>>["docs"];
globalConfig?: SanitizedGlobalConfig;
i18n: I18n;
isTrashed?: boolean;
latestDraftVersion?: TypeWithVersion<any>;
}) => Column[];
//# sourceMappingURL=buildColumns.d.ts.map