/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type TelemetryOperationDto = { id?: number; name?: string | null; beginDate?: string; endDate?: string; startWellDepth?: number; endWellDepth?: number; }