DisBot
Preparing search index...
prisma
Prisma
UsersGroupByArgs
Type Alias UsersGroupByArgs<ExtArgs>
type
UsersGroupByArgs
<
ExtArgs
extends
InternalArgs
=
DefaultArgs
>
=
{
_avg
?:
UsersAvgAggregateInputType
;
_count
?:
UsersCountAggregateInputType
|
true
;
_max
?:
UsersMaxAggregateInputType
;
_min
?:
UsersMinAggregateInputType
;
_sum
?:
UsersSumAggregateInputType
;
by
:
Prisma
.
UsersScalarFieldEnum
[]
|
Prisma
.
UsersScalarFieldEnum
;
having
?:
UsersScalarWhereWithAggregatesInput
;
orderBy
?:
|
UsersOrderByWithAggregationInput
|
UsersOrderByWithAggregationInput
[]
;
skip
?:
number
;
take
?:
number
;
where
?:
UsersWhereInput
;
}
Type Parameters
ExtArgs
extends
InternalArgs
=
DefaultArgs
Index
Properties
_
avg?
_
count?
_
max?
_
min?
_
sum?
by
having?
order
By?
skip?
take?
where?
Properties
Optional
_
avg
_avg
?:
UsersAvgAggregateInputType
Optional
_
count
_count
?:
UsersCountAggregateInputType
|
true
Optional
_
max
_max
?:
UsersMaxAggregateInputType
Optional
_
min
_min
?:
UsersMinAggregateInputType
Optional
_
sum
_sum
?:
UsersSumAggregateInputType
by
by
:
Prisma
.
UsersScalarFieldEnum
[]
|
Prisma
.
UsersScalarFieldEnum
Optional
having
having
?:
UsersScalarWhereWithAggregatesInput
Optional
order
By
orderBy
?:
UsersOrderByWithAggregationInput
|
UsersOrderByWithAggregationInput
[]
Optional
skip
skip
?:
number
Optional
take
take
?:
number
Optional
where
where
?:
UsersWhereInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
avg
_
count
_
max
_
min
_
sum
by
having
order
By
skip
take
where
DisBot
Loading...