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