DisBot
    Preparing search index...

    Type Alias AggregateGuilds

    Model Guilds

    type AggregateGuilds = {
        _avg: GuildsAvgAggregateOutputType | null;
        _count: GuildsCountAggregateOutputType | null;
        _max: GuildsMaxAggregateOutputType | null;
        _min: GuildsMinAggregateOutputType | null;
        _sum: GuildsSumAggregateOutputType | null;
    }
    Index

    Properties

    Properties