Type Alias TwitchGameAggregateArgs<ExtArgs>

TwitchGameAggregateArgs<ExtArgs>: {
    _count?: true | TwitchGameCountAggregateInputType;
    _max?: TwitchGameMaxAggregateInputType;
    _min?: TwitchGameMinAggregateInputType;
    cursor?: TwitchGameWhereUniqueInput;
    orderBy?: TwitchGameOrderByWithRelationInput | TwitchGameOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: TwitchGameWhereInput;
}

Type Parameters

Type declaration