@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
8 lines (6 loc) • 328 B
TypeScript
type GOPRO_PROTUNE_SHARPNESS = 0 | 1 | 2;
declare const GOPRO_PROTUNE_SHARPNESS_LOW: 0;
declare const GOPRO_PROTUNE_SHARPNESS_MEDIUM: 1;
declare const GOPRO_PROTUNE_SHARPNESS_HIGH: 2;
export { GOPRO_PROTUNE_SHARPNESS_HIGH, GOPRO_PROTUNE_SHARPNESS_LOW, GOPRO_PROTUNE_SHARPNESS_MEDIUM };
export type { GOPRO_PROTUNE_SHARPNESS };