UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

7 lines (5 loc) 209 B
type GOPRO_REQUEST_STATUS = 0 | 1; declare const GOPRO_REQUEST_SUCCESS: 0; declare const GOPRO_REQUEST_FAILED: 1; export { GOPRO_REQUEST_FAILED, GOPRO_REQUEST_SUCCESS }; export type { GOPRO_REQUEST_STATUS };