Authority.java

package com.newbit.coffeechat.query.dto.response;

public enum Authority {
    USER,
    MENTOR,
    ADMIN
}