UNPKG

gamelet-pixui-frame

Version:

pixui开发者框架

8 lines (7 loc) 551 B
type ReportToTdm = (req: { [key: string]: any; }) => Promise<any>; export declare function SetFaasReportToTdm(reportToTdm: ReportToTdm): void; export declare function GetReportObject(content: string, tag: string, type: number, appId: number, appPage: string, appVersion: string, userData: any, isProductEnv: boolean, reportType?: string): object; export declare function FaasReportToTdm(content: string, tag: string, type: number, appId: number, appPage: string, appVersion: string, userData: any, isProductEnv: boolean): Promise<any>; export {};