export interface TrajectoryIngestionRow { measuredDepth: number; inclination: number; azimuth: number; doglegSeverity?: number; }