import { TrackActionType } from '@gogocj/shared'; export interface DeviceInfo { netType: string; clientWidth: number; clientHeight: number; ratio: number; } export interface TrackReportDataType { id?: string; trackId?: string; actionType?: TrackActionType | any; startTime?: number; durationTime?: number; trackTime?: number; isTrack?: boolean; [key: string]: any; } //# sourceMappingURL=wx.d.ts.map