MonetizationOS Docs
Workflows ReferenceType Definitions

ActionWorkflowFeatureMeterableProperty

type ActionWorkflowFeatureMeterableProperty = {
  counterId: string;
  type: "meterable";
};

Properties

counterId

counterId: string;

type

type: "meterable";

On this page