interface AggregatedResultItem {
    aggregates: AggregatedValueItem[];
    group?: Record<string,
        | string
        | number
        | boolean
        | DirectRelationReference>;
    instanceType: InstanceType;
}

Properties

aggregates: AggregatedValueItem[]
group?: Record<string,
    | string
    | number
    | boolean
    | DirectRelationReference>
{"name":"PumpName1","tag":"tag01"}
instanceType: InstanceType

The type of instance