kkrpc
Preparing search index...
@kunkun/kkrpc
MethodSchemaConfig
Interface MethodSchemaConfig<InputSchema, OutputSchema>
Schema pair accepted by
defineMethod
. Both input and output are required.
interface
MethodSchemaConfig
<
InputSchema
extends
StandardSchemaV1
<
any
,
any
>
,
OutputSchema
extends
StandardSchemaV1
<
any
,
any
>
,
>
{
input
:
InputSchema
;
output
:
OutputSchema
;
}
Type Parameters
InputSchema
extends
StandardSchemaV1
<
any
,
any
>
OutputSchema
extends
StandardSchemaV1
<
any
,
any
>
Index
Properties
input
output
Properties
input
input
:
InputSchema
output
output
:
OutputSchema
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
input
output
kkrpc
Loading...
Schema pair accepted by
defineMethod. Both input and output are required.