Type Alias GuildSingleMessageWebhookCountArgs<ExtArgs>

GuildSingleMessageWebhookCountArgs<ExtArgs>: Omit<GuildSingleMessageWebhookFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: GuildSingleMessageWebhookCountAggregateInputType | true;
}

Type Parameters