Files
coder/scripts/apitypings/testdata/overrides/overrides.go
T
Steven Masley 077e594856 chore: switch to guts for typescript types generation (#15801)
switch to guts for typescript type generation
omitempty vs null must now be explicit
2024-12-11 14:39:21 -06:00

8 lines
92 B
Go

package overrides
import "encoding/json"
type Overrides struct {
Field json.RawMessage
}