Type Alias GuildDropsGroupByArgs<ExtArgs>

GuildDropsGroupByArgs<ExtArgs>: {
    _count?: GuildDropsCountAggregateInputType | true;
    _max?: GuildDropsMaxAggregateInputType;
    _min?: GuildDropsMinAggregateInputType;
    by: Prisma.GuildDropsScalarFieldEnum[] | Prisma.GuildDropsScalarFieldEnum;
    having?: GuildDropsScalarWhereWithAggregatesInput;
    orderBy?: GuildDropsOrderByWithAggregationInput | GuildDropsOrderByWithAggregationInput[];
    skip?: number;
    take?: number;
    where?: GuildDropsWhereInput;
}

Type Parameters