2024-09-30 20:08:38 -04:00
|
|
|
// Code generated from Pkl module `models`. DO NOT EDIT.
|
|
|
|
|
package models
|
|
|
|
|
|
|
|
|
|
type Image struct {
|
|
|
|
|
Src string `pkl:"src"`
|
|
|
|
|
|
2024-09-30 21:16:13 -04:00
|
|
|
Width string `pkl:"width"`
|
2024-09-30 20:08:38 -04:00
|
|
|
|
2024-09-30 21:16:13 -04:00
|
|
|
Height string `pkl:"height"`
|
2024-09-30 20:08:38 -04:00
|
|
|
}
|