export interface IRedeemHandleMessageResult { success: boolean; origin: string; method: string; status: number; statusText: string; content?: any; contentType?: string; }