UNPKG

alpha-version-dce-check-in-ui

Version:

UI for taking attendance and checking people in.

11 lines (10 loc) 228 B
/** * Event property for whether to assign groups across occurrences. * @author Benedikt Arnarsson */ declare enum AssignToGroups { Always = "Always", Never = "Never", Ask = "Ask" } export default AssignToGroups;