MonetizationOS Docs
Workflows ReferenceType Definitions

WorkflowUserIdentifier

type WorkflowUserIdentifier = {
  identifier: string;
  userType: "authenticated" | "anonymous";
};

Properties

identifier

identifier: string;

userType

userType: "authenticated" | "anonymous";

On this page