interface GetOfferRequest {
    offerId: string;
    zone?: Zone;
}

Properties

Properties

offerId: string

ID of the researched Offer.

zone?: Zone

Zone to target. If none is passed will use default zone from the config.