- typed client inner rpc
- better type organization
This commit is contained in:
2024-10-28 16:53:42 +00:00
parent 9fe9bad840
commit 3bbf1e2209
8 changed files with 76 additions and 44 deletions
+5
View File
@@ -0,0 +1,5 @@
import { Rpc } from '@entityseven/rage-fw-rpc'
export const rpc = new Rpc({
debugLogs: false,
})