UNPKG

@tnwx/commons

Version:

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

10 lines (9 loc) 235 B
export declare class MenuMsg { private id; private content; constructor(id: string, content: string); get getId(): string; set setId(id: string); get getContent(): string; set setContent(content: string); }