@robert-brightline/auth-db - v0.0.21
Preparing search index...
models
GetAccessTokenPermissionsAggregateType
Type Alias GetAccessTokenPermissionsAggregateType<T>
GetAccessTokenPermissionsAggregateType
:
{
[
P
in
keyof
T
&
keyof
AggregateAccessTokenPermissions
]
:
P
extends
|
"_count"
|
"count"
?
T
[
P
]
extends
true
?
number
:
Prisma
.
GetScalarType
<
T
[
P
]
,
AggregateAccessTokenPermissions
[
P
]
>
:
Prisma
.
GetScalarType
<
T
[
P
]
,
AggregateAccessTokenPermissions
[
P
]
>
}
Type Parameters
T
extends
AccessTokenPermissionsAggregateArgs
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@robert-brightline/auth-db - v0.0.21
Loading...