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

6 lines
256 B
Plaintext

import type { DocumentSubViewTypes, ViewTypes } from 'payload';
export declare function getDocumentViewInfo(segments: string[]): {
documentSubViewType?: DocumentSubViewTypes;
viewType: ViewTypes;
};
//# sourceMappingURL=getDocumentViewInfo.d.ts.map