Type alias DateISO

DateISO: `${TDateISODate}T${TDateISOTime}Z`

Represent a string like 2021-01-08T14:42:34.678Z (format: ISO 8601).

It is not possible to type more precisely (list every possible values for months, hours etc) as it would result in a warning from TypeScript: "Expression produces a union type that is too complex to represent. ts(2590)

Generated using TypeDoc