export namespace PlatformType { const Weapp: string; const Android: string; const IOS: string; const Unknown: string; }