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

    Zod schema for validating creation timestamps.

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

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

    makeCreatedAt for factory function