UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

1 lines 183 B
import{z}from"#compiled/zod/index.js";const HealthResultSchema=z.object({ok:z.literal(!0),status:z.literal(`ready`),workflowId:z.string().min(1)}).strict();export{HealthResultSchema};