mirror of
https://github.com/coder/coder.git
synced 2026-06-05 05:58:20 +00:00
077e594856
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
|
|
}
|