TAggregateResult<S, N>: {
    group: TPartialFlatRow<S, N>;
    value: unknown;
}

Type Parameters

Type declaration