forked from ddrilling/asb_cloud_front
10 lines
182 B
TypeScript
10 lines
182 B
TypeScript
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
|
|
export type WellCompositeDto = {
|
|
idWell?: number;
|
|
idWellSrc?: number;
|
|
idWellSectionType?: number;
|
|
}
|