Type Alias GuildCustomMessageCountArgs<ExtArgs>

GuildCustomMessageCountArgs<ExtArgs>: Omit<GuildCustomMessageFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: GuildCustomMessageCountAggregateInputType | true;
}

Type Parameters