export interface DepthMeasurementColumn { measurementType: string; /** * External id of the sequence column. */ columnExternalId: string; /** * Unit for the measurement type. */ unit: string; description?: string; }