export default interface RedeemableAction { user_id: string; name: string; type: string; data: any; }