Type Alias TTSCurrentlyLiveCountArgs<ExtArgs>

TTSCurrentlyLiveCountArgs<ExtArgs>: Omit<TTSCurrentlyLiveFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: TTSCurrentlyLiveCountAggregateInputType | true;
}

Type Parameters