Skip to content

Variable: AvailableWorkflowForgeRuleSchema

ts
const AvailableWorkflowForgeRuleSchema: ZodObject<{
  description: ZodOptional<ZodString>;
  id: ZodOptional<ZodString>;
  name: ZodOptional<ZodString>;
  ruleKey: ZodOptional<ZodString>;
  ruleType: ZodOptional<ZodCustom<string & object | "Condition" | "Validator" | "Function" | "Screen", string & object | "Condition" | "Validator" | "Function" | "Screen">>;
}, $loose>;

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

The Forge provided ecosystem rules available.