Type Alias YTSStatsChannelIdAggregateArgs<ExtArgs>

YTSStatsChannelIdAggregateArgs<ExtArgs>: {
    _count?: true | YTSStatsChannelIdCountAggregateInputType;
    _max?: YTSStatsChannelIdMaxAggregateInputType;
    _min?: YTSStatsChannelIdMinAggregateInputType;
    cursor?: YTSStatsChannelIdWhereUniqueInput;
    orderBy?: YTSStatsChannelIdOrderByWithRelationInput | YTSStatsChannelIdOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: YTSStatsChannelIdWhereInput;
}

Type Parameters

Type declaration