UNPKG
mychips-react-sdk
Version:
latest (0.8.2)
0.8.2
0.8.1
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
MyChips Offerwall
github.com/myappfree/mychips-react-sdk
myappfree/mychips-react-sdk
mychips-react-sdk
/
lib
/
typescript
/
src
/
domain
/
RewardDTO.d.ts
8 lines
•
275 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
class
RewardDTO
{
private
_totalRevenue;
private
_virtualCurrencyReward;
constructor
(
totalRevenue
:
number
,
virtualCurrencyReward
:
number
);
getRewardInVirtualCurrency
():
number
;
getRevenue
():
number
; }
//# sourceMappingURL=RewardDTO.d.ts.map