import type * as Merge from "../../../index"; /** * References the default account used to record a purchase of the item. */ export type ItemPurchaseAccount = string | Merge.accounting.Account;