#Property 'customername' does not exist on type 'unknown'.
3 messages · Page 1 of 1 (latest)
there's no rule for that. typescript is warning you of a mistake
Define the type while declaring
Like let customername: string = "blahblah"
3 messages · Page 1 of 1 (latest)
Which rule to close this error?
there's no rule for that. typescript is warning you of a mistake
Define the type while declaring
Like let customername: string = "blahblah"