import type * as Merge from "../../../index"; /** * The application who is receiving the offer. */ export type OfferApplication = string | Merge.ats.Application;