// Code generated from Pkl module `models`. DO NOT EDIT.
package models
type Button struct {
Text string `pkl:"text"`
Href string `pkl:"href"`
}