UNPKG

dop-sdk

Version:

Mini App SDK for JavaScript by VTB

7 lines (6 loc) 109 B
/** Points type. */ export interface Points { standard?: number; term?: number; cash?: number; }