UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

10 lines (9 loc) 245 B
export type IBaseLaunchParams = { context?: any; qrCodeLib?: any; dialogHandler?: any; otherDialogParams?: Record<string, any>; launchParams?: Record<string, any>; wxJSLink?: string; env?: Record<string, boolean>; };