This commit is contained in:
Andreas Schröpfer
2021-03-01 20:50:02 +01:00
parent 7270660f2c
commit cef519e3b6
3 changed files with 51 additions and 9 deletions

View File

@@ -75,6 +75,7 @@ type AreaCol struct {
Col string `json:"col"`
Field string `json:"field"`
Type string `json:"type"`
Split string `json:"split"`
Default string `json:"default"`
}