import { AssetSource } from "./assetSource"; export interface IncompleteWell { matchingId: string; sources: Array; missing: Array; }