Fixing "any" type
This commit is contained in:
@@ -111,7 +111,7 @@ export interface UserMovesInterface {
|
||||
|
||||
export interface BatchedMessageInterface {
|
||||
event: string,
|
||||
payload: any
|
||||
payload: unknown
|
||||
}
|
||||
|
||||
export class Connection implements Connection {
|
||||
|
||||
Reference in New Issue
Block a user