UNPKG

@swrve/smarttv-sdk

Version:

Swrve marketing engagement platform SDK for SmartTV OTT devices

9 lines (8 loc) 268 B
import IDictionary from "../../utils/IDictionary"; export default interface INamedEvent { readonly type: "event"; readonly seqnum: number; readonly time: number; readonly name: string; readonly payload?: IDictionary<string | number | undefined>; }