Const
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()); Copy
const timestamp = ExportedAt.parse(new Date());
makeExportedAt for factory function
Zod schema for validating export timestamps.