Skip to content

Commit 5a4eec9

Browse files
committed
feat: add type definition in type.proto.json for generic type handling
1 parent f8637ec commit 5a4eec9

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"identifier": "TYPE",
3+
"name": [
4+
{
5+
"code": "en-US",
6+
"content": "Type"
7+
}
8+
],
9+
"alias": [
10+
{
11+
"code": "en-US",
12+
"content": "type;data type;data-type;datatype;type definition;type-definition;type-def;typedef"
13+
}
14+
],
15+
"displayMessage": [
16+
{
17+
"code": "en-US",
18+
"content": "Type of ${T}"
19+
}
20+
],
21+
"type": "T",
22+
"genericKeys": ["T"]
23+
}

0 commit comments

Comments
 (0)