ChemPal Documentation - v0.0.13-beta.5
    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)).

    "2021-01-08T14:42:34.678Z"