Type Alias UserTwitchAccountAggregateArgs<ExtArgs>

UserTwitchAccountAggregateArgs<ExtArgs>: {
    _count?: true | UserTwitchAccountCountAggregateInputType;
    _max?: UserTwitchAccountMaxAggregateInputType;
    _min?: UserTwitchAccountMinAggregateInputType;
    cursor?: UserTwitchAccountWhereUniqueInput;
    orderBy?: UserTwitchAccountOrderByWithRelationInput | UserTwitchAccountOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: UserTwitchAccountWhereInput;
}

Type Parameters

Type declaration