Skip to content

Variable: AvailableWorkflowTriggersSchema

ts
const AvailableWorkflowTriggersSchema: ZodObject<{
  availableTypes: ZodArray<ZodObject<{
     description: ZodOptional<ZodString>;
     name: ZodOptional<ZodString>;
     type: ZodOptional<ZodString>;
  }, $loose>>;
  ruleKey: ZodString;
}, $loose>;

Defined in: src/cloud/models/availableWorkflowTriggers.ts:6

The trigger rules available.