swarpc - v0.10.0
Source code
Report a bug
Suggest an idea
Preparing search index...
PayloadCore
Type Alias PayloadCore<PM, Name>
PayloadCore
:
|
{
input
:
PM
[
Name
]
[
"input"
]
[
"inferOut"
]
}
|
{
progress
:
PM
[
Name
]
[
"progress"
]
[
"inferOut"
]
}
|
{
result
:
PM
[
Name
]
[
"success"
]
[
"inferOut"
]
}
|
{
abort
:
{
reason
:
string
}
}
|
{
error
:
{
message
:
string
}
}
Type Parameters
PM
extends
ProceduresMap
Name
extends
keyof
PM
=
keyof
PM
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Source code
Report a bug
Suggest an idea
swarpc - v0.10.0
Loading...