Files
klz-cables.com/.pnpm-store/v10/files/fb/6780f830397fa0ed9ca3750158963be2fd32d310035e3cbe4f1e3cea32a78d78127f9977edbfc40eb20e99504bd855fc97a4cc65382479c4cd2cc700a8a450
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
615 B
Plaintext

import type { PayloadRequest, PopulateType } from '../../types/index.js';
import type { TypeWithVersion } from '../../versions/types.js';
import type { SanitizedGlobalConfig } from '../config/types.js';
export type Arguments = {
depth?: number;
draft?: boolean;
globalConfig: SanitizedGlobalConfig;
id: number | string;
overrideAccess?: boolean;
populate?: PopulateType;
req?: PayloadRequest;
showHiddenFields?: boolean;
};
export declare const restoreVersionOperation: <T extends TypeWithVersion<T> = any>(args: Arguments) => Promise<T>;
//# sourceMappingURL=restoreVersion.d.ts.map