/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type WellCompositeDto = {
idWell?: number;
idWellSrc?: number;
idWellSectionType?: number;
}