Derived Types
# Number and its derived types
{ applicationNo: int,
rollNo: int32,
totalScore: int16,
percentage: number,
paperCode: byte
}
---
{
8754489612,
125447,
566,
94.33,
48
}Last updated
Was this helpful?
