Type Alias TwitchStreamerCountArgs<ExtArgs>

TwitchStreamerCountArgs<ExtArgs>: Omit<TwitchStreamerFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: TwitchStreamerCountAggregateInputType | true;
}

Type Parameters