Type Alias GuildDropsGameWebhookCountArgs<ExtArgs>

GuildDropsGameWebhookCountArgs<ExtArgs>: Omit<GuildDropsGameWebhookFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: GuildDropsGameWebhookCountAggregateInputType | true;
}

Type Parameters