Variable USER_STATUSConst

USER_STATUS: {
    [key in UserStatus]: {
        label: string;
        value: UserStatus;
    }
} = ...