UNPKG

alpha-version-dce-check-in-api

Version:

API for taking attendance and checking people in.

12 lines (10 loc) 197 B
/** * A specific time window where a user can get an attendance point * @author Gabe Abrams */ enum PointWindow { Day = 'Day', Week = 'Week', Once = 'Once', } export default PointWindow;