/**
 * Info needed for an Occurrence that is only taking attendance.
 * @author Benedikt Arnarsson
 */
type OccurrenceAttendanceOnlyInfo = {
    grouperEnabled: false;
};
export default OccurrenceAttendanceOnlyInfo;
