Type Alias ClientTwitchAggregateArgs<ExtArgs>

ClientTwitchAggregateArgs<ExtArgs>: {
    _count?: true | ClientTwitchCountAggregateInputType;
    _max?: ClientTwitchMaxAggregateInputType;
    _min?: ClientTwitchMinAggregateInputType;
    cursor?: ClientTwitchWhereUniqueInput;
    orderBy?: ClientTwitchOrderByWithRelationInput | ClientTwitchOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: ClientTwitchWhereInput;
}

Type Parameters

Type declaration