Type Alias Formation

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
  • Optionalproperties?: Record<string, any>
  • OptionaltvdMslEntry?: number
  • OptionaltvdMslExit?: number