import type * as Merge from "../../../index"; /** * The transaction's account. */ export type TransactionAccount = string | Merge.accounting.Account;