SinglePropertyType
interface SinglePropertyType {
typ:
| "toString"
| "toLocaleString"
| "toFixed"
| "toExponential"
| "toPrecision"
| "valueOf";
val: string
| number;
}
typ:
| "toString"
| "toLocaleString"
| "toFixed"
| "toExponential"
| "toPrecision"
| "valueOf";
val: string
| number;
}