Type Alias Formation

Formation: {
    color: string;
    entry: FormationBoundary;
    exit: FormationBoundary;
    level: number;
    name: string;
    properties?: Record<string, any>;
    stratColumnId: string;
    type?: string;
    wellboreId: string;
}

Type declaration

  • color: string
  • entry: FormationBoundary
  • exit: FormationBoundary
  • level: number
  • name: string
  • Optionalproperties?: Record<string, any>
  • stratColumnId: string
  • Optionaltype?: string
  • wellboreId: string