UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

7 lines (5 loc) 205 B
type GOPRO_CHARGING = 0 | 1; declare const GOPRO_CHARGING_DISABLED: 0; declare const GOPRO_CHARGING_ENABLED: 1; export { GOPRO_CHARGING_DISABLED, GOPRO_CHARGING_ENABLED }; export type { GOPRO_CHARGING };