UNPKG

omelop-protoc

Version:

解析 ts 的interface 到 omelox-protobuf用的 json格式。

15 lines (11 loc) 230 B
/* "rank.playerHandler.beginGame":{ "optional uInt32 code":1, "optional string msg":2, "optional uInt32 currank":3 }, */ export interface rank_playerHandler_onlyNotify_Req{ token:number; msg?:string; }