Type Alias MergedFormationInterval

MergedFormationInterval: {
    color: string;
    level: number;
    mdMslFrom: number;
    mdMslTo: number;
    name: string;
    properties?: Record<string, any>;
}

Type declaration

  • color: string
  • level: number
  • mdMslFrom: number
  • mdMslTo: number
  • name: string
  • Optionalproperties?: Record<string, any>