Type Alias GuildDropsGameAggregateArgs<ExtArgs>

GuildDropsGameAggregateArgs<ExtArgs>: {
    _count?: true | GuildDropsGameCountAggregateInputType;
    _max?: GuildDropsGameMaxAggregateInputType;
    _min?: GuildDropsGameMinAggregateInputType;
    cursor?: GuildDropsGameWhereUniqueInput;
    orderBy?: GuildDropsGameOrderByWithRelationInput | GuildDropsGameOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: GuildDropsGameWhereInput;
}

Type Parameters

Type declaration