/** * Type of launch * @author Gabe Abrams */ enum LaunchType { Navigation = 'navigation', Assignment = 'assignment', } export default LaunchType;