OfferStatus
Type Alias: OfferStatus
type OfferStatus = {
hasEnded: boolean;
hasStarted: boolean;
isActive: boolean;
state: "UPCOMING" | "ACTIVE" | "ENDED";
};Properties
hasEnded
hasEnded: boolean;hasStarted
isActive
state
Last updated