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

4 lines
308 B
Plaintext

import type { RenderListServerFnArgs, RenderListServerFnReturnType } from '@payloadcms/ui';
import type { ServerFunction } from 'payload';
export declare const renderListHandler: ServerFunction<RenderListServerFnArgs, Promise<RenderListServerFnReturnType>>;
//# sourceMappingURL=handleServerFunction.d.ts.map