Type Alias TTSStatsChannelIdAggregateArgs<ExtArgs>

TTSStatsChannelIdAggregateArgs<ExtArgs>: {
    _count?: true | TTSStatsChannelIdCountAggregateInputType;
    _max?: TTSStatsChannelIdMaxAggregateInputType;
    _min?: TTSStatsChannelIdMinAggregateInputType;
    cursor?: TTSStatsChannelIdWhereUniqueInput;
    orderBy?: TTSStatsChannelIdOrderByWithRelationInput | TTSStatsChannelIdOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: TTSStatsChannelIdWhereInput;
}

Type Parameters

Type declaration