method Tx.prototype.applyIfRe-exportimport { Tx } from "https://deno.land/x/lucid@0.7.7/src/mod.ts"; applyIf(condition: boolean, callback: (thisTx: Tx) => unknown): TxConditionally apply to the transaction. Parameterscondition: booleancallback: (thisTx: Tx) => unknownReturnsTx