Skip to content

Commit

Permalink
Render -> key value
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Oct 18, 2021
1 parent 6a645a2 commit 8d43240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion table/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ type Page struct {
type Render struct {
Type string `json:"type,omitempty"`
Props map[string]interface{} `json:"props,omitempty"`
Components []interface{} `json:"components,omitempty"`
Components map[string]interface{} `json:"components,omitempty"`
}

0 comments on commit 8d43240

Please sign in to comment.