Type Alias YTSCurrentlyLiveCountArgs<ExtArgs>

YTSCurrentlyLiveCountArgs<ExtArgs>: Omit<YTSCurrentlyLiveFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: YTSCurrentlyLiveCountAggregateInputType | true;
}

Type Parameters