Documentation
Preparing search index...
@rivetkit/engine-api-full
core
serialization
inferRawUnion
Type Alias inferRawUnion<D, U>
inferRawUnion
:
{
[
K
in
keyof
U
]
:
Record
<
inferRawDiscriminant
<
D
>
,
K
>
&
inferRawObject
<
U
[
K
]
,
>
}
[
keyof
U
]
Type Parameters
D
extends
string
|
Discriminant
<
any
,
any
>
U
extends
UnionSubtypes
<
keyof
U
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation
Loading...