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

9 lines
356 B
Plaintext

import type { CollectionSlug, Payload } from '../index.js';
type ParseDocumentIDArgs = {
collectionSlug: CollectionSlug;
id?: number | string;
payload: Payload;
};
export declare function parseDocumentID({ id, collectionSlug, payload }: ParseDocumentIDArgs): string | number | undefined;
export {};
//# sourceMappingURL=parseDocumentID.d.ts.map