Fixing "any" type
This commit is contained in:
parent
9b702c75e3
commit
f8d462b0d7
4 changed files with 9 additions and 9 deletions
|
@ -111,7 +111,7 @@ export interface UserMovesInterface {
|
|||
|
||||
export interface BatchedMessageInterface {
|
||||
event: string,
|
||||
payload: any
|
||||
payload: unknown
|
||||
}
|
||||
|
||||
export class Connection implements Connection {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue