We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf26c8b commit 68824d6Copy full SHA for 68824d6
1 file changed
app/config.go
@@ -14,6 +14,7 @@ type Config struct {
14
Type string `json:"type"`
15
Version string `json:"version"`
16
Description string `json:"description"`
17
+ AppModel string `json:"appModel"`
18
19
Imports []string `json:"imports,omitempty"`
20
Properties []*data.Attribute `json:"properties,omitempty"`
0 commit comments