UNPKG

dop-sdk

Version:

Mini App SDK for JavaScript by VTB

8 lines (7 loc) 163 B
/** * A contract declaring the reward response, consists of amount and type of the reward */ export interface Reward { amount?: number; type?: string; }