import type * as Merge from "../../../index"; /** * The accounting period that the Transaction was generated in. */ export type TransactionAccountingPeriod = string | Merge.accounting.AccountingPeriod;