export interface ISDKInfo { /** * Name of SDK */ name: string; /** * Version SDK */ version: string; /** * Host of SDK */ host: string; }