Type Alias GuildStickyMessageWebhookCountArgs<ExtArgs>

GuildStickyMessageWebhookCountArgs<ExtArgs>: Omit<GuildStickyMessageWebhookFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: GuildStickyMessageWebhookCountAggregateInputType | true;
}

Type Parameters