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

11 lines
173 B
Go

// Code generated from Pkl module `models`. DO NOT EDIT.
package models
type Image struct {
Src string `pkl:"src"`
Width int `pkl:"width"`
Height int `pkl:"height"`
}