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