Preparing search index...
The search index is not available
XYO Platform SDK - v3.6.9
XYO Platform SDK
@xyo-network/payload
Payload
Type Alias Payload<T, S>
Payload
:
T
extends
WithSchema
?
S
extends
Schema
?
WithPayload
<
Omit
<
T
,
"schema"
>
&
{
schema
:
S
}
>
:
WithPayload
<
T
>
:
T
extends
object
?
S
extends
Schema
?
WithPayload
<
T
&
{
schema
:
S
}
>
:
WithPayload
<
T
&
PayloadFields
>
:
WithPayload
<
{
schema
:
S
extends
Schema
?
S
:
Schema
}
>
Type Parameters
T
extends
void
|
EmptyObject
|
WithSchema
=
void
S
extends
Schema
|
void
=
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
XYO Platform SDK - v3.6.9
Loading...