lbry-desktop/flow-typed/reward.js
Thomas Zarebczan 997fdfe789 feat: daily reward
Adds range to reward tile, updates lbryinc which checks the reward
2019-09-05 09:40:42 -04:00

17 lines
330 B
JavaScript

// @flow
declare type Reward = {
created_at: string,
id: number,
reward_amount: number,
reward_range?: string,
reward_description: string,
reward_notification: string,
reward_title: string,
reward_type: string,
reward_version: ?string,
transaction_id: ?string,
updated_at: ?string,
claim_code: string,
};