UNPKG

alpha-version-dce-check-in-api

Version:

API for taking attendance and checking people in.

11 lines (9 loc) 283 B
/** * Info needed for an Occurrence that is only taking attendance. * @author Benedikt Arnarsson */ type OccurrenceAttendanceOnlyInfo = { // Flag indicating that the live-grouper algorithm is not enabled grouperEnabled: false, }; export default OccurrenceAttendanceOnlyInfo;