// Code generated from Pkl module `models`. DO NOT EDIT.
package models
type Stat struct {
Value string `pkl:"value"`
Label string `pkl:"label"`
}