Type Alias GuildDropsWebhookCountArgs<ExtArgs>

GuildDropsWebhookCountArgs<ExtArgs>: Omit<GuildDropsWebhookFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: GuildDropsWebhookCountAggregateInputType | true;
}

Type Parameters