Type Alias GuildCustomBotProfileCountArgs<ExtArgs>

GuildCustomBotProfileCountArgs<ExtArgs>: Omit<GuildCustomBotProfileFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: GuildCustomBotProfileCountAggregateInputType | true;
}

Type Parameters