Type Alias GuildDisableBrandingCountArgs<ExtArgs>

GuildDisableBrandingCountArgs<ExtArgs>: Omit<GuildDisableBrandingFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: GuildDisableBrandingCountAggregateInputType | true;
}

Type Parameters