export type IBaseLaunchParams = { context?: any; qrCodeLib?: any; dialogHandler?: any; otherDialogParams?: Record; launchParams?: Record; wxJSLink?: string; env?: Record; };