UNPKG

@tnwx/commons

Version:

TTNWX 微信系开发脚手架之公共模块

5 lines (4 loc) 199 B
import { EventInMsg } from './EventInMsg'; export declare class InNotDefinedEvent extends EventInMsg { constructor(toUserName: string, fromUserName: string, createTime: number, event: string); }