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

    Zod schema for validating export timestamps.

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

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

    makeExportedAt for factory function