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