UNPKG

alpha-version-dce-check-in-api

Version:

API for taking attendance and checking people in.

13 lines (10 loc) 210 B
// Import DCE live grouper types /** * Type for describing a previous set of groups. * @author Benedikt Arnarsson */ type SeriesInfo = { mmddyy: string, seriesId: number, }; export default SeriesInfo;