UNPKG

dop-sdk

Version:

Mini App SDK for JavaScript by VTB

13 lines (12 loc) 344 B
import { Platform, HostBuildType } from './platform'; /** HostEnvironmentInfo type. */ export interface HostEnvironmentInfo { platform?: Platform; platformVersion?: string; hostVersion?: string; sdkVersion?: string; hostLocale?: string; hostBuildType?: HostBuildType; deviceToken?: string; pushToken?: string; }