UNPKG

dop-sdk

Version:

Mini App SDK for JavaScript by VTB

9 lines (8 loc) 399 B
import { HostEnvironmentInfo } from '../types/host-environment-info'; import { HostBuildType } from '../types/platform'; export declare class BridgeInfoConverter { private static buildTypeMapping; private static initialize; static mapStringToHostBuildType(value: string): HostBuildType | undefined; static convertJsonToPlatformInfo(json: HostEnvironmentInfo): HostEnvironmentInfo; }