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

11 lines
197 B
Go
Raw Normal View History

2024-10-02 20:37:18 -04:00
// Code generated from Pkl module `models`. DO NOT EDIT.
package models
type Highlight struct {
Title string `pkl:"title"`
Description string `pkl:"description"`
Image *Image `pkl:"image"`
}