Files
klz-cables.com/.pnpm-store/v10/files/cf/3fc200a1258c68b6c66e8e498e5c44d228964bb2a4c0c282db9cdbf3833ac66ebeff73e3c29690a1b5c3d1135fc3cb471bf8977e703c43bc0a6bdfee9511d0
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
371 B
Plaintext

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