package com.hepl.tunefortwo.entity;

public enum UserStatus {
    ACTIVE, INACTIVE, DELETED
}
