UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

8 lines (6 loc) 254 B
type MAV_FUEL_TYPE = 0 | 1 | 2; declare const MAV_FUEL_TYPE_UNKNOWN: 0; declare const MAV_FUEL_TYPE_LIQUID: 1; declare const MAV_FUEL_TYPE_GAS: 2; export { MAV_FUEL_TYPE_GAS, MAV_FUEL_TYPE_LIQUID, MAV_FUEL_TYPE_UNKNOWN }; export type { MAV_FUEL_TYPE };