UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

7 lines (5 loc) 225 B
type GLOBAL_POSITION_FLAGS = 1 | 2; declare const GLOBAL_POSITION_UNHEALTHY: 1; declare const GLOBAL_POSITION_PRIMARY: 2; export { GLOBAL_POSITION_PRIMARY, GLOBAL_POSITION_UNHEALTHY }; export type { GLOBAL_POSITION_FLAGS };