UNPKG

@swrve/smarttv-sdk

Version:

Swrve marketing engagement platform SDK for SmartTV OTT devices

8 lines (7 loc) 214 B
export default interface ICurrencyGivenEvent { readonly type: "currency_given"; readonly seqnum: number; readonly time: number; readonly given_amount: number; readonly given_currency: string; }