DisBot
    Preparing search index...

    Type Alias AggregateDisBot

    Model DisBot

    type AggregateDisBot = {
        _avg: DisBotAvgAggregateOutputType | null;
        _count: DisBotCountAggregateOutputType | null;
        _max: DisBotMaxAggregateOutputType | null;
        _min: DisBotMinAggregateOutputType | null;
        _sum: DisBotSumAggregateOutputType | null;
    }
    Index

    Properties

    Properties