Type Alias KSCurrentlyLiveCountArgs<ExtArgs>

KSCurrentlyLiveCountArgs<ExtArgs>: Omit<KSCurrentlyLiveFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: KSCurrentlyLiveCountAggregateInputType | true;
}

Type Parameters