Type Alias TWSStatsChannelIdAggregateArgs<ExtArgs>

TWSStatsChannelIdAggregateArgs<ExtArgs>: {
    _count?: true | TWSStatsChannelIdCountAggregateInputType;
    _max?: TWSStatsChannelIdMaxAggregateInputType;
    _min?: TWSStatsChannelIdMinAggregateInputType;
    cursor?: TWSStatsChannelIdWhereUniqueInput;
    orderBy?: TWSStatsChannelIdOrderByWithRelationInput | TWSStatsChannelIdOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: TWSStatsChannelIdWhereInput;
}

Type Parameters

Type declaration