Files
klz-cables.com/.pnpm-store/v10/files/6b/4905ba81e41c199125063e3e276c27e6c3e843619214e088f1cd0e5bd4ead5ca488044b4a90aa118acb61740d917db42201e8de608318a4c14834cda149ef7
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
339 B
Plaintext

import type { Collection, PayloadRequest } from 'payload';
export type Resolver = (_: unknown, args: {
draft?: boolean;
id: number | string;
}, context: {
req: PayloadRequest;
}) => Promise<Document>;
export declare function restoreVersionResolver(collection: Collection): Resolver;
//# sourceMappingURL=restoreVersion.d.ts.map