StartOfferParams
Type Alias: StartOfferParams
type StartOfferParams = {
offerId: string;
referrer: string;
};Properties
offerId
offerId: string;referrer?
optional referrer: string;Last updated