Type Alias TWSCurrentlyLiveCountArgs<ExtArgs>

TWSCurrentlyLiveCountArgs<ExtArgs>: Omit<TWSCurrentlyLiveFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: TWSCurrentlyLiveCountAggregateInputType | true;
}

Type Parameters