MonetizationOS Docs
Workflows ReferenceType Definitions

WorkflowOffering

type WorkflowOffering = {
  groupPresentation: Record<string, any>;
  id: string;
  offerGroupId: string;
  offerGroupSlug: string;
  presentationSchema: string | null;
  slots: {
     offer: WorkflowOffer | null;
     type: "single";
  }[];
};

Properties

groupPresentation

groupPresentation: Record<string, any>;

id

id: string;

offerGroupId

offerGroupId: string;

offerGroupSlug

offerGroupSlug: string;

presentationSchema

presentationSchema: string | null;

slots

slots: {
  offer: WorkflowOffer | null;
  type: "single";
}[];
  • offer

    offer: WorkflowOffer | null;
  • type

    type: "single";