import type * as Merge from "../../../index"; /** * The line's item. */ export type ExpenseLineItem = string | Merge.accounting.Item;