UNPKG

alpha-version-dce-check-in-ui

Version:

UI for taking attendance and checking people in.

10 lines (9 loc) 179 B
/** * Type for describing a previous set of groups. * @author Benedikt Arnarsson */ type SeriesInfo = { mmddyy: string; seriesId: number; }; export default SeriesInfo;