ChemPare Documentation - v0.0.0
    Preparing search index...

    Type Alias ISOString

    ISOString: `${DateISODate}T${DateISOTime}Z`

    Represents a complete ISO 8601 datetime string with UTC timezone (Z). This type combines date and time components into the format: YYYY-MM-DDTHH:mm:ss.sssZ

    Note: The type cannot be more precisely constrained (e.g., with specific value ranges for months, hours) as it would result in a TypeScript complexity warning (ts(2590)).