This commit is contained in:
Oleksandr Honcharov
2024-09-15 21:32:27 +03:00
parent 987bba717e
commit 5e8761dd05
6 changed files with 236 additions and 86 deletions
+1
View File
@@ -17,6 +17,7 @@ export type RPCState = {
knownError?: string
data?: any
calledFrom: Environment
calledTo: Environment
}
class Utils {