String Derived Types
# Strings and its derived types
{
name: string,
emailId: email,
profileUrl: url,
journyDate: date,
departureTime: time,
bookingDatetime: datetime
}
---
{
Christopher Andrews, # string
[email protected], # email
https://www.abc.com/in/christopher-andrew-06528b155 #url
2021-02-09 # date
06:30:00 # time
2020-12-30T12:39:48.545 #datetime
}
Last updated
Was this helpful?
