@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
10 lines (8 loc) • 528 B
TypeScript
type GOPRO_PHOTO_RESOLUTION = 0 | 1 | 2 | 3 | 4;
declare const GOPRO_PHOTO_RESOLUTION_5MP_MEDIUM: 0;
declare const GOPRO_PHOTO_RESOLUTION_7MP_MEDIUM: 1;
declare const GOPRO_PHOTO_RESOLUTION_7MP_WIDE: 2;
declare const GOPRO_PHOTO_RESOLUTION_10MP_WIDE: 3;
declare const GOPRO_PHOTO_RESOLUTION_12MP_WIDE: 4;
export { GOPRO_PHOTO_RESOLUTION_10MP_WIDE, GOPRO_PHOTO_RESOLUTION_12MP_WIDE, GOPRO_PHOTO_RESOLUTION_5MP_MEDIUM, GOPRO_PHOTO_RESOLUTION_7MP_MEDIUM, GOPRO_PHOTO_RESOLUTION_7MP_WIDE };
export type { GOPRO_PHOTO_RESOLUTION };