/** * InBrainReward interface */ export type InBrainReward = { transactionId: number; amount: number; currency: string; transactionType: number; };