Type Alias GuildDropsWebhookAggregateArgs<ExtArgs>

GuildDropsWebhookAggregateArgs<ExtArgs>: {
    _count?: true | GuildDropsWebhookCountAggregateInputType;
    _max?: GuildDropsWebhookMaxAggregateInputType;
    _min?: GuildDropsWebhookMinAggregateInputType;
    cursor?: GuildDropsWebhookWhereUniqueInput;
    orderBy?: GuildDropsWebhookOrderByWithRelationInput | GuildDropsWebhookOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: GuildDropsWebhookWhereInput;
}

Type Parameters

Type declaration