Helpful
    Preparing search index...

    Interface IZAggregate<T>

    Represents an aggregate calculation on a collection of data.

    interface IZAggregate<T = any> {
        id: string;
        value: T;
    }

    Type Parameters

    • T = any
    Index

    Properties

    Properties

    id: string

    The id of the aggregate.

    value: T

    The resulting value of the aggregate.