import { AssetSource } from "./assetSource"; export interface DeleteWells { items: Array; /** * If set to `true`, it will delete associated wellbores, measurements, NPT/NDS, etc. If set to `false`, it will fail if one of the wells have associated wellbores. */ recursive?: boolean; }