Render -> key value
This commit is contained in:
parent
6a645a2ec0
commit
8d432409dd
1 changed files with 1 additions and 1 deletions
|
|
@ -62,5 +62,5 @@ type Page struct {
|
||||||
type Render struct {
|
type Render struct {
|
||||||
Type string `json:"type,omitempty"`
|
Type string `json:"type,omitempty"`
|
||||||
Props map[string]interface{} `json:"props,omitempty"`
|
Props map[string]interface{} `json:"props,omitempty"`
|
||||||
Components []interface{} `json:"components,omitempty"`
|
Components map[string]interface{} `json:"components,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue