UNPKG

@tnwx/commons

Version:

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

9 lines (8 loc) 317 B
import { EventInMsg } from './EventInMsg'; export declare class InEnterAgentEvent extends EventInMsg { static EVENT: string; private eventKey; constructor(toUserName: string, fromUserName: string, createTime: number, event: string); get getEventKey(): string; set setEventKey(eventKey: string); }