Type Alias RSStatsChannelIdAggregateArgs<ExtArgs>

RSStatsChannelIdAggregateArgs<ExtArgs>: {
    _count?: true | RSStatsChannelIdCountAggregateInputType;
    _max?: RSStatsChannelIdMaxAggregateInputType;
    _min?: RSStatsChannelIdMinAggregateInputType;
    cursor?: RSStatsChannelIdWhereUniqueInput;
    orderBy?: RSStatsChannelIdOrderByWithRelationInput | RSStatsChannelIdOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: RSStatsChannelIdWhereInput;
}

Type Parameters

Type declaration