Removed all traces of sockets, real-time collab and other stuff.
This commit is contained in:
+2
-2
@@ -14,8 +14,8 @@ export type SystemEvents<HookT> = {
|
||||
plugUnloaded: (name: string, plug: Plug<HookT>) => void;
|
||||
};
|
||||
|
||||
type SyscallContext = {
|
||||
plug: Plug<any> | null;
|
||||
export type SyscallContext = {
|
||||
plug: Plug<any>;
|
||||
};
|
||||
|
||||
type SyscallSignature = (
|
||||
|
||||
Reference in New Issue
Block a user