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
Optional
properties?: Record<string, any>