import type * as Extend from "../index"; export interface RuleValidationStepRunStep extends Extend.WorkflowStepBase { /** The type of workflow step. Will always be `"RULE_VALIDATION"` for this step run type. */ type?: "RULE_VALIDATION"; }