UNPKG

alpha-version-dce-check-in-api

Version:

API for taking attendance and checking people in.

13 lines (11 loc) 283 B
/** * Input to the CheckInUI and starting point for constructing Occurrences. * @author Benedikt Arnarsson */ type CheckInUIProps = { // Course ID generated by Canvas courseId: number, // Intra-Helix ID generated by Gather ihid: string, }; export default CheckInUIProps;