UNPKG

@swrve/smarttv-sdk

Version:

Swrve marketing engagement platform SDK for SmartTV OTT devices

4 lines (3 loc) 83 B
export default interface IReadonlyDictionary<T> { readonly [key: string]: T; }