Type Alias GuildCustomSingleMessageCountArgs<ExtArgs>

GuildCustomSingleMessageCountArgs<ExtArgs>: Omit<GuildCustomSingleMessageFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: GuildCustomSingleMessageCountAggregateInputType | true;
}

Type Parameters