Files
sonr/pkg/nebula/models/Feature.pkl.go
T
2024-10-06 11:39:23 -04:00

13 lines
223 B
Go

// 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"`
}