Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c14ab commit b98aeb6Copy full SHA for b98aeb6
scripts/apitypings/README.md
@@ -5,7 +5,7 @@ This main.go generates typescript types from the codersdk types in Go.
5
# Features
6
7
- Supports Go types
8
- - [x] Basics (string/int/etc)
+ - [x] Basics (string/int/etc)
9
- [x] Maps
10
- [x] Slices
11
- [x] Enums
@@ -36,5 +36,4 @@ type InternalType struct {
36
37
# Future Ideas
38
39
-- Should `omitempty` in the `json` tag indicate optional?
40
- Use a yaml config for overriding certain types
0 commit comments