Fixing "any" type

This commit is contained in:
David Négrier 2020-09-15 10:10:35 +02:00
parent 9b702c75e3
commit f8d462b0d7
4 changed files with 9 additions and 9 deletions

View file

@ -111,7 +111,7 @@ export interface UserMovesInterface {
export interface BatchedMessageInterface {
event: string,
payload: any
payload: unknown
}
export class Connection implements Connection {