Type Alias GuildRobloxGameCountArgs<ExtArgs>

GuildRobloxGameCountArgs<ExtArgs>: Omit<GuildRobloxGameFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: GuildRobloxGameCountAggregateInputType | true;
}

Type Parameters