UNPKG
omelop-gen-route
Version:
latest (3.1.14)
3.1.14
3.1.12
3.1.11
2.1.6
2.1.5
2.1.1
2.0.15
解析 ts 的interface 到 omelox-protobuf用的 json格式。
gitee.com/fw-assets/omelop
omelop-gen-route
/
shared
/
protocols
/
ws
/
rank.playerHandler.onlyNotify.ts
13 lines
(11 loc)
•
227 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
"rank.playerHandler.beginGame"
:{
"optional uInt32 code"
:
1
,
"optional string msg"
:
2
,
"optional uInt32 currank"
:
3
}, */ export interface rank_playerHandler_onlyNotify_Re
q { token: number; msg?: string; }