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