package edu.ucsb.cs156.frontiers.enums; public enum RepositoryCreationTarget { STUDENTS_ONLY, STAFF_ONLY, STUDENTS_AND_STAFF }