DisBot
Preparing search index...
prisma/runtime/library
ApplyOmit
Type Alias ApplyOmit<T, OmitConfig>
ApplyOmit
:
Compute
<
{
[
K
in
keyof
T
as
OmitValue
<
OmitConfig
,
K
>
extends
true
?
never
:
K
]
:
T
[
K
]
}
,
>
Type Parameters
T
OmitConfig
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
DisBot
Loading...