Preparing search index...
The search index is not available
@notidotbot/noti-api-client
@notidotbot/noti-api-client
<internal>
DynamicModelExtensionThis
Type Alias DynamicModelExtensionThis<TypeMap, M, ExtArgs>
Dynamic
Model
Extension
This
<
TypeMap
,
M
,
ExtArgs
>
:
{
[
P
in
keyof
ExtArgs
[
"model"
]
[
Uncapitalize
<
M
&
string
>
]
]
:
Return
<
ExtArgs
[
"model"
]
[
Uncapitalize
<
M
&
string
>
]
[
P
]
>
}
&
{
[
P
in
Exclude
<
keyof
TypeMap
[
"model"
]
[
M
]
[
"operations"
]
,
keyof
ExtArgs
[
"model"
]
[
Uncapitalize
<
M
&
string
>
]
>
]
:
DynamicModelExtensionOperationFn
<
TypeMap
,
M
,
P
>
}
&
{
[
P
in
Exclude
<
"fields"
,
keyof
ExtArgs
[
"model"
]
[
Uncapitalize
<
M
&
string
>
]
>
]
:
TypeMap
[
"model"
]
[
M
]
[
"fields"
]
}
&
{
[
K
:
symbol
]
:
{
types
:
TypeMap
[
"model"
]
[
M
]
;
}
;
}
Type Parameters
TypeMap
extends
TypeMapDef
M
extends
PropertyKey
ExtArgs
extends
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@notidotbot/noti-api-client
Loading...