The-TypeScript-Workshop icon indicating copy to clipboard operation
The-TypeScript-Workshop copied to clipboard

Error during compilation

Open karlakz opened this issue 1 year ago • 0 comments

Having a class Teacher without an attribute "token" outlines an error in the IDE when consoling out a teacher["token"]. The compilation is successful when the "token: any" attribute is added to the class.

karlakz avatar Jan 07 '23 07:01 karlakz