Const
Zod schema for the EXPORTED status with timestamp.
Represents the published state of content entities. Includes both the status literal and the export timestamp.
const exported = ExportedStatus.parse({ status: "EXPORTED", exportedAt: new Date()}); Copy
const exported = ExportedStatus.parse({ status: "EXPORTED", exportedAt: new Date()});
Zod schema for the EXPORTED status with timestamp.