MonetizationOS Docs
Workflows ReferenceType Definitions

ActionWorkflowFeatureProperty

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