@webdeveric/utils
    Preparing search index...

    Type Alias ISODateString

    ISODateString: Branded<
        `${DateString}T${TimeString}.${number}Z`,
        "ISODateString",
    >

    This type describes what is returned by the toISOString() method of the Date object. It is a simplified format based on ISO 8601 and not a complete representation of the standard.