UNPKG

kentico-cloud-delivery

Version:

Official Kentico Cloud Delivery SDK

15 lines (14 loc) 206 B
export interface ISDKInfo { /** * Name of SDK */ name: string; /** * Version SDK */ version: string; /** * Host of SDK */ host: string; }