Files
sonr/pkg/nebula/models/Button.pkl.go
T

9 lines
149 B
Go

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