Type Alias RSCurrentlyLiveCountArgs<ExtArgs>

RSCurrentlyLiveCountArgs<ExtArgs>: Omit<RSCurrentlyLiveFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: RSCurrentlyLiveCountAggregateInputType | true;
}

Type Parameters