Type Alias GuildDropsAggregateArgs<ExtArgs>

GuildDropsAggregateArgs<ExtArgs>: {
    _count?: true | GuildDropsCountAggregateInputType;
    _max?: GuildDropsMaxAggregateInputType;
    _min?: GuildDropsMinAggregateInputType;
    cursor?: GuildDropsWhereUniqueInput;
    orderBy?: GuildDropsOrderByWithRelationInput | GuildDropsOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: GuildDropsWhereInput;
}

Type Parameters

Type declaration