pond-ts API Reference (core)
    Preparing search index...

    Type Alias AggregateOutputSpec<S, Name>

    AggregateOutputSpec: Readonly<
        {
            from: Name;
            kind?: ScalarKind;
            using: AggregateReducerForColumn<S, Name>;
        },
    >

    Type Parameters