arvo-core 1.0.10 → 1.0.11
Sign up to get free protection for your applications and to get access to all the features.
@@ -92,5 +92,5 @@ export default class ArvoContract<TUri extends string = string, TType extends st
|
|
92
92
|
* - accepts: An object containing the accepted input type and its JSON Schema representation
|
93
93
|
* - emits: An array of objects, each containing an emitted event type and its JSON Schema representation
|
94
94
|
*/
|
95
|
-
toJsonSchema():
|
95
|
+
toJsonSchema(): Record<string, any>;
|
96
96
|
}
|