DisBot
Preparing search index...
prisma/runtime/library
Optional
Type Alias Optional<O, K>
Optional
:
{
[
P
in
K
&
keyof
O
]
?:
O
[
P
]
}
&
{
[
P
in
Exclude
<
keyof
O
,
K
>
]
:
O
[
P
]
}
Type Parameters
O
K
extends
keyof
any
=
keyof
O
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
DisBot
Loading...