First commit

This commit is contained in:
CyberRex
2026-07-31 14:39:33 +09:00
commit 38670efd46
103 changed files with 22514 additions and 0 deletions

7
web/types/rpc.d.ts vendored Normal file
View File

@@ -0,0 +1,7 @@
export interface JoinParams {
rooms: string[];
}
export interface NotifyParams<T> {
array: T[];
}