Skip to content

TaskZ

const TaskZ: ZodObject<{ action: ZodString; class: ZodOptional<ZodEnum<{ complex: "complex"; mechanical: "mechanical"; standard: "standard"; }>>; depends: ZodOptional<ZodArray<ZodString>>; done: ZodString; files: ZodArray<ZodString>; id: ZodString; name: ZodString; status: ZodOptional<ZodEnum<{ BLOCKED: "BLOCKED"; DONE: "DONE"; DONE_WITH_CONCERNS: "DONE_WITH_CONCERNS"; IN_PROGRESS: "IN_PROGRESS"; NEEDS_CONTEXT: "NEEDS_CONTEXT"; PENDING: "PENDING"; }>>; stop: ZodOptional<ZodString>; touchedFiles: ZodOptional<ZodArray<ZodString>>; verify: ZodString; }, $strip>

Defined in: types/src/plan.ts:18