UNPKG

yz-native-js-sdk

Version:

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

14 lines (13 loc) 328 B
export interface QRcode { [key: string]: any; } export interface QRcodeParam { [key: string]: any; } export interface YzQrcode extends QRcode { } export interface YzQrcodeParam extends QRcodeParam { success?: (data: QRcode) => void; fail?: (error: any) => void; complete?: (msg: any) => void; }