StartOfferParams

@torque-labs/react


@torque-labs/react / StartOfferParams

Type Alias: StartOfferParams

type StartOfferParams = {
  offerId: string;
  referrer: string;
};

Defined in: react/src/hooks/useStartOffer.ts:10

Properties

offerId

offerId: string;

Defined in: react/src/hooks/useStartOffer.ts:10


referrer?

optional referrer: string;

Defined in: react/src/hooks/useStartOffer.ts:10

Last updated