I am wondering why I can do this:
let stT: `${number}%` = "5435%"
But not this:
let str: string = "5435%"