DisBot
    Preparing search index...

    Type Alias AggregateApis

    Model Apis

    type AggregateApis = {
        _avg: ApisAvgAggregateOutputType | null;
        _count: ApisCountAggregateOutputType | null;
        _max: ApisMaxAggregateOutputType | null;
        _min: ApisMinAggregateOutputType | null;
        _sum: ApisSumAggregateOutputType | null;
    }
    Index

    Properties

    Properties