DisBot
Preparing search index...
prisma
Prisma
GetApisAggregateType
Type Alias GetApisAggregateType<T>
GetApisAggregateType
:
{
[
P
in
keyof
T
&
keyof
AggregateApis
]
:
P
extends
"_count"
|
"count"
?
T
[
P
]
extends
true
?
number
:
GetScalarType
<
T
[
P
]
,
AggregateApis
[
P
]
>
:
GetScalarType
<
T
[
P
]
,
AggregateApis
[
P
]
>
}
Type Parameters
T
extends
ApisAggregateArgs
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
DisBot
Loading...