Type Alias TSCurrentlyLiveCountArgs<ExtArgs>

TSCurrentlyLiveCountArgs<ExtArgs>: Omit<TSCurrentlyLiveFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: TSCurrentlyLiveCountAggregateInputType | true;
}

Type Parameters