import { Wellhead } from "./wellhead"; export interface WellWellheadView { wellMatchingId: string; wellhead: Wellhead; }