UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

7 lines 362 B
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