mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
switch to guts for typescript type generation omitempty vs null must now be explicit
8 lines
92 B
Go
8 lines
92 B
Go
package overrides
|
|
|
|
import "encoding/json"
|
|
|
|
type Overrides struct {
|
|
Field json.RawMessage
|
|
}
|