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