Variable UserStatusesConst
UserStatuses: {
CONFIRMED: string;
CREATED: string;
LAUNCHED: string;
PLANNING: string;
QUALIFIED: string;
QUALIFYING: string;
READY_TO_QUALIFY: string;
RENEWED: string;
} = ...
Type declaration
CONFIRMED: string
CREATED: string
LAUNCHED: string
PLANNING: string
QUALIFIED: string
QUALIFYING: string
READY_TO_QUALIFY: string
RENEWED: string