Type Alias FormationBoundary

FormationBoundary: {
    mdMsl: number;
    properties?: Record<string, any>;
    tvdMsl?: number;
}

Type declaration

  • mdMsl: number
  • Optionalproperties?: Record<string, any>
  • OptionaltvdMsl?: number