import { NdsAggregateRow } from "./ndsAggregateRow"; export interface NdsAggregate { wellboreMatchingId: string; items: Array; }