DisBot
Preparing search index...
prisma/runtime/library
DynamicClientExtensionThis
Type Alias DynamicClientExtensionThis<TypeMap, TypeMapCb, ExtArgs>
DynamicClientExtensionThis
:
{
[
P
in
keyof
ExtArgs
[
"client"
]
]
:
Return
<
ExtArgs
[
"client"
]
[
P
]
>
}
&
{
[
P
in
Exclude
<
TypeMap
[
"meta"
]
[
"modelProps"
]
,
keyof
ExtArgs
[
"client"
]
>
]
:
DynamicModelExtensionThis
<
TypeMap
,
ModelKey
<
TypeMap
,
P
>
,
ExtArgs
,
>
}
&
{
[
P
in
Exclude
<
keyof
TypeMap
[
"other"
]
[
"operations"
]
,
keyof
ExtArgs
[
"client"
]
,
>
]
:
P
extends
keyof
ClientOtherOps
?
ClientOtherOps
[
P
]
:
never
}
&
{
[
P
in
Exclude
<
ClientBuiltInProp
,
keyof
ExtArgs
[
"client"
]
>
]
:
DynamicClientExtensionThisBuiltin
<
TypeMap
,
TypeMapCb
,
ExtArgs
,
>
[
P
]
}
&
{
[
K
:
symbol
]:
{
types
:
TypeMap
[
"other"
]
}
}
Type Parameters
TypeMap
extends
TypeMapDef
TypeMapCb
extends
TypeMapCbDef
ExtArgs
extends
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
DisBot
Loading...