import { NptAggregateRow } from "./nptAggregateRow"; export interface NptAggregate { wellboreMatchingId: string; items: Array; }