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
/
share
/
myrank.ts
8 lines
•
120 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
interface
GGG {
ccgg
:
number
; }
export
interface
MyRank
{
nickname
:
number
;
ggg
:
GGG
;
xxx
:
GGG
; }