UNPKG

@swrve/smarttv-sdk

Version:

Swrve marketing engagement platform SDK for SmartTV OTT devices

17 lines (15 loc) 436 B
import IDictionary from "../../../utils/IDictionary"; export default interface IQAUserUpdateEvent { readonly log_source: "sdk"; readonly log_details: { type: "user", parameters: { attributes: IDictionary<string | number | boolean>, }, seqnum: number, client_time: number, }; readonly type: "qa_log_event"; readonly time: number; readonly log_type: "event"; }