Files
klz-cables.com/.pnpm-store/v10/files/2d/2b1767bd23544f9d0aa579722e76da2b6c650f46dd79539e58ffacf069e2cd07d8ff268b494dd74030713fff0dd36170af480685fe152dee4f3a2bc9537170
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

15 lines
637 B
Plaintext

import type { DocumentSlots, Locale, PayloadRequest, SanitizedCollectionConfig, SanitizedGlobalConfig, SanitizedPermissions, ServerFunction } from 'payload';
export declare const renderDocumentSlots: (args: {
collectionConfig?: SanitizedCollectionConfig;
globalConfig?: SanitizedGlobalConfig;
hasSavePermission: boolean;
id?: number | string;
locale: Locale;
permissions: SanitizedPermissions;
req: PayloadRequest;
}) => DocumentSlots;
export declare const renderDocumentSlotsHandler: ServerFunction<{
collectionSlug: string;
id?: number | string;
}>;
//# sourceMappingURL=renderDocumentSlots.d.ts.map