Type Alias NumberInString

NumberInString: `${number}`
const number: NumberInString = '123'; // '123'
const invalid: NumberInString = 123; // Error