UNPKG
omelop-json-schema
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-json-schema
/
testInterface
/
onAdd.ts
21 lines
(17 loc)
•
286 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
export
interface
onAdd {
nickname
:
string
;
nickname11
:
number
;
nowplayers
:
number
;
/** * The float of the nowplayers. * *
@TJS
-type number */
nowplayers2
:
number
;
/** * The float of the nowplayers. * *
@TJS
-type number */
nowplayers3
:
number
; }