MonetizationOS Docs
Workflows ReferenceType Definitions

RedeemedWorkflowOffer

type RedeemedWorkflowOffer = {
  offerId: string;
  offeringId: string;
  presentation: Record<string, any>;
  redemption: Record<string, any>;
  redemptionSchema: string | null;
} & OfferingContainerId;

Type Declaration

offerId

offerId: string;

offeringId

offeringId: string;

presentation

presentation: Record<string, any>;

redemption

redemption: Record<string, any>;

redemptionSchema

redemptionSchema: string | null;

On this page