package qwerty.chaekit.domain.member.publisher.enums; public enum PublisherApprovalStatus { PENDING, APPROVED, REJECTED }