/** * Returns a date as a string value in ISO format. * same format as `new Date().toISOString()` */ export type DateISO = T new Date().toISOString()