Type Alias WSStatsChannelIdAggregateArgs<ExtArgs>

WSStatsChannelIdAggregateArgs<ExtArgs>: {
    _count?: true | WSStatsChannelIdCountAggregateInputType;
    _max?: WSStatsChannelIdMaxAggregateInputType;
    _min?: WSStatsChannelIdMinAggregateInputType;
    cursor?: WSStatsChannelIdWhereUniqueInput;
    orderBy?: WSStatsChannelIdOrderByWithRelationInput | WSStatsChannelIdOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: WSStatsChannelIdWhereInput;
}

Type Parameters

Type declaration