Type Alias TwitchGameCountArgs<ExtArgs>

TwitchGameCountArgs<ExtArgs>: Omit<TwitchGameFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: TwitchGameCountAggregateInputType | true;
}

Type Parameters