import type * as Merge from "../../../index"; /** * The customer associated with the item fulfillment. */ export type ItemFulfillmentRequestRequestCustomer = string | Merge.accounting.Contact;