Workflows ReferenceType Definitions
WorkflowOffer
type WorkflowOffer = {
id: string;
presentation: Record<string, any>;
redemptionSchema: string | null;
token: string;
};Properties
id
id: string;presentation
presentation: Record<string, any>;redemptionSchema
redemptionSchema: string | null;token
token: string;