GroupSortType.java

package qwerty.chaekit.dto.group.request;

public enum GroupSortType {
    MEMBER_COUNT,
    CREATED_AT
}