s-private API Documentation - v3.8.1
    Preparing search index...
    UpdatedAt: $ZodBranded<ZodDate, "UpdatedAt", "out"> = ...

    Zod schema for validating update timestamps.

    Validates that the value is a valid Date object. Used to track when entities are last modified.

    const timestamp = UpdatedAt.parse(new Date());
    

    makeUpdatedAt for factory function