Hi
I am trying to validate type constraint number for a field which had decimal values. However, the validation fails and i see the error message. Please let me know what type should i validate for a field where only numbers(either integer or decimal fields) will be present.
For example
Const num = 123.34 // this should be fine
const num = rds // this should throw error
For case 1 in example , i am still getting the error