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

8 lines
480 B
Plaintext

import type { MarkRequired } from 'ts-essentials';
import type { PayloadRequest } from '../types/index.js';
/**
* Starts a new transaction using the db adapter with a random id and then assigns it to the req.transaction
* @returns true if beginning a transaction and false when req already has a transaction to use
*/
export declare function initTransaction(req: MarkRequired<Partial<PayloadRequest>, 'payload'>): Promise<boolean>;
//# sourceMappingURL=initTransaction.d.ts.map