@dappworks/urpc
Advanced tools
Comparing version 0.0.34 to 0.0.35
@@ -36,3 +36,3 @@ // Generated by dts-bundle-generator v9.5.1 | ||
input: T; | ||
val?: Item<R>; | ||
val?: R; | ||
}) => V; | ||
@@ -61,3 +61,3 @@ uiConfig?: () => FormConfigType<T>; | ||
get: G; | ||
value: ReturnType<G>; | ||
value: R; | ||
schema?: (val: R) => { | ||
@@ -64,0 +64,0 @@ [F in keyof Item<R>]?: SchemaItem<any, R>; |
{ | ||
"name": "@dappworks/urpc", | ||
"version": "0.0.34", | ||
"version": "0.0.35", | ||
"module": "index.ts", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
124314