UNPKG

@swrve/smarttv-sdk

Version:

Swrve marketing engagement platform SDK for SmartTV OTT devices

5 lines (4 loc) 102 B
export default interface IRestResponse<T> { readonly etag: string | null; readonly json: T; }