Type Alias WSCurrentlyLiveCountArgs<ExtArgs>

WSCurrentlyLiveCountArgs<ExtArgs>: Omit<WSCurrentlyLiveFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: WSCurrentlyLiveCountAggregateInputType | true;
}

Type Parameters