AggResult<S>: {
    readonly [K in keyof S]?: Partial<Record<Agg, number | null>>
}

Aggregate results

Type Parameters

Generated using TypeDoc