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