Type Alias KSStatsChannelIdAggregateArgs<ExtArgs>

KSStatsChannelIdAggregateArgs<ExtArgs>: {
    _count?: true | KSStatsChannelIdCountAggregateInputType;
    _max?: KSStatsChannelIdMaxAggregateInputType;
    _min?: KSStatsChannelIdMinAggregateInputType;
    cursor?: KSStatsChannelIdWhereUniqueInput;
    orderBy?: KSStatsChannelIdOrderByWithRelationInput | KSStatsChannelIdOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: KSStatsChannelIdWhereInput;
}

Type Parameters

Type declaration