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

11 lines
366 B
Plaintext

import type { PayloadRequest } from '../types/index.js';
type Args = {
collectionSlug: string;
filename: string;
path: string;
prefix?: string;
req: PayloadRequest;
};
export declare const docWithFilenameExists: ({ collectionSlug, filename, prefix, req, }: Args) => Promise<boolean>;
export {};
//# sourceMappingURL=docWithFilenameExists.d.ts.map