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