DisBot
Preparing search index...
prisma
Prisma
TypeMapCb
Interface TypeMapCb<ClientOptions>
interface
TypeMapCb
<
ClientOptions
=
{}
>
{
params
:
{
extArgs
:
InternalArgs
}
;
returns
:
TypeMap
<
InternalArgs
,
ClientOptions
extends
{
omit
:
OmitOptions
}
?
OmitOptions
:
{}
,
>
;
}
Type Parameters
ClientOptions
=
{}
Hierarchy (
View Summary
)
Fn
<
{
extArgs
:
InternalArgs
}
,
Record
<
string
,
any
>
>
TypeMapCb
Index
Properties
params
returns
Properties
params
params
:
{
extArgs
:
InternalArgs
}
returns
returns
:
TypeMap
<
InternalArgs
,
ClientOptions
extends
{
omit
:
OmitOptions
}
?
OmitOptions
:
{}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
params
returns
DisBot
Loading...