UNPKG

alpha-version-dce-check-in-ui

Version:

UI for taking attendance and checking people in.

9 lines (8 loc) 216 B
/** * Info needed for an Occurrence that is only taking attendance. * @author Benedikt Arnarsson */ type OccurrenceAttendanceOnlyInfo = { grouperEnabled: false; }; export default OccurrenceAttendanceOnlyInfo;