DisBot
    Preparing search index...

    Type Alias AggregateUsers

    Model Users

    type AggregateUsers = {
        _avg: UsersAvgAggregateOutputType | null;
        _count: UsersCountAggregateOutputType | null;
        _max: UsersMaxAggregateOutputType | null;
        _min: UsersMinAggregateOutputType | null;
        _sum: UsersSumAggregateOutputType | null;
    }
    Index

    Properties

    Properties