ALTITUDE_RANGE: {
    max?: number;
    min: number;
} = ...

Type declaration

  • Optional max?: number
  • min: number