Fix TS errors in the server package #218 #59
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
build (16.13.x)
Property 'room' does not exist on type '{ game: Game; }'.
|
build (16.13.x)
Property 'sessionStore' does not exist on type '{ game: Game; }'.
|
build (16.13.x)
Parameter 'player' implicitly has an 'any' type.
|
build (16.13.x)
Parameter 'player' implicitly has an 'any' type.
|
build (16.13.x)
Binding element 'actions' implicitly has an 'any' type.
|
build (16.13.x)
Binding element 'vehicle' implicitly has an 'any' type.
|
build (16.13.x)
Cannot find name 'ActionTypes'.
|
build (16.13.x)
Property 'find' does not exist on type '{}'.
|
build (16.13.x)
Parameter 'p' implicitly has an 'any' type.
|
build (16.13.x)
Argument of type '{ game: Game; room: Room; sessionStore: InMemorySessionStore; }' is not assignable to parameter of type '{ game: Game; }'.
|