Type Alias ISOString

ISOString: string

It's a date time stored as ISO string YYYY-MM-DDTHH:mm:ss.sssZ. The timezone is always UTC, as denoted by the suffix Z. The type is an alias to avoid further explanation for each variable.