UNPKG

@swrve/smarttv-sdk

Version:

Swrve marketing engagement platform SDK for SmartTV OTT devices

10 lines (9 loc) 278 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; }>; }