UNPKG

yz-native-js-sdk

Version:

provide the native function call API of yunzai mobile platform for the third party

11 lines (10 loc) 257 B
export interface WechatOfficeInfo { appId: string; nonceStr: string; signature: string; timestamp: number; url: string; debug: boolean; jsApiList: Array<string>; } export declare const WECHAT_JSSDK_LIST: Array<string>;