Documentation
    Preparing search index...
    type AggregationOptions = {
        aggregate: string;
        field?: string;
        orderBy?: string;
        ref?: string;
        rename_to?: string;
        subselect?: SubselectOptions;
        table: string;
        through?: string;
        valueFormula?: string;
        where?: Where;
    }
    Index

    Properties

    aggregate: string
    field?: string
    orderBy?: string
    ref?: string
    rename_to?: string
    subselect?: SubselectOptions
    table: string
    through?: string
    valueFormula?: string
    where?: Where