import type * as Merge from "../../../index"; /** * The supplier, or customer involved in the project. */ export type ProjectContact = string | Merge.accounting.Contact;