Workflows ReferenceType Definitions
ActionWorkflowFeatureProperty
type ActionWorkflowFeatureProperty =
| ActionWorkflowFeatureMeterableProperty
| {
type: "number" | "string" | "boolean";
};type ActionWorkflowFeatureProperty =
| ActionWorkflowFeatureMeterableProperty
| {
type: "number" | "string" | "boolean";
};