Files
klz-cables.com/.pnpm-store/v10/files/25/cf05b9149003ae0e0e6abd1bf3d2671266f8a6b1b9c40d8fa064324f4729be6e2c7cafed374c7d210b19c474f9d48685c76eb173ee83c593238f324fff634a
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

7 lines
364 B
Plaintext

import type { Metadata } from 'next';
import type { SanitizedCollectionConfig } from 'payload';
import type { GenerateViewMetadata } from '../Root/index.js';
export declare const generateListViewMetadata: (args: {
collectionConfig: SanitizedCollectionConfig;
} & Parameters<GenerateViewMetadata>[0]) => Promise<Metadata>;
//# sourceMappingURL=metadata.d.ts.map