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

7 lines
362 B
Plaintext

import type { MarkRequired } from 'ts-essentials';
import type { PayloadRequest } from '../types/index.js';
/**
* Rollback the transaction from the req using the db adapter and removes it from the req
*/
export declare function killTransaction(req: MarkRequired<Partial<PayloadRequest>, 'payload'>): Promise<void>;
//# sourceMappingURL=killTransaction.d.ts.map