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

13 lines
222 B
Go
Raw Normal View History

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