Type Alias GuildDropsGameWebhookAggregateArgs<ExtArgs>

GuildDropsGameWebhookAggregateArgs<ExtArgs>: {
    _count?: true | GuildDropsGameWebhookCountAggregateInputType;
    _max?: GuildDropsGameWebhookMaxAggregateInputType;
    _min?: GuildDropsGameWebhookMinAggregateInputType;
    cursor?: GuildDropsGameWebhookWhereUniqueInput;
    orderBy?: GuildDropsGameWebhookOrderByWithRelationInput | GuildDropsGameWebhookOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: GuildDropsGameWebhookWhereInput;
}

Type Parameters

Type declaration