Type Alias TSStatsChannelIdAggregateArgs<ExtArgs>

TSStatsChannelIdAggregateArgs<ExtArgs>: {
    _count?: true | TSStatsChannelIdCountAggregateInputType;
    _max?: TSStatsChannelIdMaxAggregateInputType;
    _min?: TSStatsChannelIdMinAggregateInputType;
    cursor?: TSStatsChannelIdWhereUniqueInput;
    orderBy?: TSStatsChannelIdOrderByWithRelationInput | TSStatsChannelIdOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: TSStatsChannelIdWhereInput;
}

Type Parameters

Type declaration