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