Formation: {
color: string;
level: number;
mdMslEntry: number;
mdMslExit: number;
name: string;
properties?: Record<string, any>;
tvdMslEntry?: number;
tvdMslExit?: number;
}
Type declaration
color: string
level: number
mdMslEntry: number
mdMslExit: number
name: string
Optional
properties?: Record<string, any>
Optional
tvdMslEntry?: number
Optional
tvdMslExit?: number