Type Alias YTSCurrentlyLiveAggregateArgs<ExtArgs>

YTSCurrentlyLiveAggregateArgs<ExtArgs>: {
    _count?: true | YTSCurrentlyLiveCountAggregateInputType;
    _max?: YTSCurrentlyLiveMaxAggregateInputType;
    _min?: YTSCurrentlyLiveMinAggregateInputType;
    cursor?: YTSCurrentlyLiveWhereUniqueInput;
    orderBy?: YTSCurrentlyLiveOrderByWithRelationInput | YTSCurrentlyLiveOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: YTSCurrentlyLiveWhereInput;
}

Type Parameters

Type declaration