UNPKG

@swrve/smarttv-sdk

Version:

Swrve marketing engagement platform SDK for SmartTV OTT devices

11 lines (9 loc) 279 B
import IReadonlyDictionary from "../../utils/IReadonlyDictionary"; export default interface IResourceDiff { readonly uid: string; readonly item_class: string; readonly diff: IReadonlyDictionary<{ readonly old: string; readonly new: string; }>; }