Skip to content

Variable: PublishedWorkflowIdSchema

ts
const PublishedWorkflowIdSchema: ZodObject<{
  entityId: ZodOptional<ZodString>;
  name: ZodString;
}, $loose>;

Defined in: src/cloud/models/publishedWorkflowId.ts:5

Properties that identify a published workflow.