DisBot
Preparing search index...
prisma
Prisma
TicketsGroupByArgs
Type Alias TicketsGroupByArgs<ExtArgs>
type
TicketsGroupByArgs
<
ExtArgs
extends
InternalArgs
=
DefaultArgs
>
=
{
_avg
?:
TicketsAvgAggregateInputType
;
_count
?:
TicketsCountAggregateInputType
|
true
;
_max
?:
TicketsMaxAggregateInputType
;
_min
?:
TicketsMinAggregateInputType
;
_sum
?:
TicketsSumAggregateInputType
;
by
:
Prisma
.
TicketsScalarFieldEnum
[]
|
Prisma
.
TicketsScalarFieldEnum
;
having
?:
TicketsScalarWhereWithAggregatesInput
;
orderBy
?:
|
TicketsOrderByWithAggregationInput
|
TicketsOrderByWithAggregationInput
[]
;
skip
?:
number
;
take
?:
number
;
where
?:
TicketsWhereInput
;
}
Type Parameters
ExtArgs
extends
InternalArgs
=
DefaultArgs
Index
Properties
_
avg?
_
count?
_
max?
_
min?
_
sum?
by
having?
order
By?
skip?
take?
where?
Properties
Optional
_
avg
_avg
?:
TicketsAvgAggregateInputType
Optional
_
count
_count
?:
TicketsCountAggregateInputType
|
true
Optional
_
max
_max
?:
TicketsMaxAggregateInputType
Optional
_
min
_min
?:
TicketsMinAggregateInputType
Optional
_
sum
_sum
?:
TicketsSumAggregateInputType
by
by
:
Prisma
.
TicketsScalarFieldEnum
[]
|
Prisma
.
TicketsScalarFieldEnum
Optional
having
having
?:
TicketsScalarWhereWithAggregatesInput
Optional
order
By
orderBy
?:
|
TicketsOrderByWithAggregationInput
|
TicketsOrderByWithAggregationInput
[]
Optional
skip
skip
?:
number
Optional
take
take
?:
number
Optional
where
where
?:
TicketsWhereInput
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...