Variable: StatusMetadataSchema
ts
const StatusMetadataSchema: ZodObject<{
category: ZodOptional<ZodCustom<string & object | "TODO" | "IN_PROGRESS" | "DONE", string & object | "TODO" | "IN_PROGRESS" | "DONE">>;
id: ZodOptional<ZodString>;
name: ZodOptional<ZodString>;
}, $loose>;Defined in: src/cloud/models/statusMetadata.ts:5
The details of the statuses in the associated workflows.