First commit
This commit is contained in:
7
web/types/rpc.d.ts
vendored
Normal file
7
web/types/rpc.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface JoinParams {
|
||||
rooms: string[];
|
||||
}
|
||||
|
||||
export interface NotifyParams<T> {
|
||||
array: T[];
|
||||
}
|
||||
Reference in New Issue
Block a user