OfferStatus

@torque-labs/react


@torque-labs/react / OfferStatus

Type Alias: OfferStatus

type OfferStatus = {
  hasEnded: boolean;
  hasStarted: boolean;
  isActive: boolean;
  state: "UPCOMING" | "ACTIVE" | "ENDED";
};

Defined in: react/src/lib/offers.ts:3arrow-up-right

Properties

hasEnded

hasEnded: boolean;

Defined in: react/src/lib/offers.ts:7arrow-up-right


hasStarted

Defined in: react/src/lib/offers.ts:6arrow-up-right


isActive

Defined in: react/src/lib/offers.ts:5arrow-up-right


state

Defined in: react/src/lib/offers.ts:4arrow-up-right

Last updated