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

11 lines
198 B
Go

// Code generated from Pkl module `models`. DO NOT EDIT.
package models
type Highlights struct {
Title string `pkl:"title"`
Description string `pkl:"description"`
Image *Image `pkl:"image"`
}