UNPKG

alpha-version-dce-check-in-api

Version:

API for taking attendance and checking people in.

11 lines (9 loc) 155 B
/** * Type of launch * @author Gabe Abrams */ enum LaunchType { Navigation = 'navigation', Assignment = 'assignment', } export default LaunchType;