Type Alias GuildGroupByArgs<ExtArgs>

GuildGroupByArgs<ExtArgs>: {
    _avg?: GuildAvgAggregateInputType;
    _count?: GuildCountAggregateInputType | true;
    _max?: GuildMaxAggregateInputType;
    _min?: GuildMinAggregateInputType;
    _sum?: GuildSumAggregateInputType;
    by: Prisma.GuildScalarFieldEnum[] | Prisma.GuildScalarFieldEnum;
    having?: GuildScalarWhereWithAggregatesInput;
    orderBy?: GuildOrderByWithAggregationInput | GuildOrderByWithAggregationInput[];
    skip?: number;
    take?: number;
    where?: GuildWhereInput;
}

Type Parameters