// Code generated from Pkl module `models`. DO NOT EDIT. package models type Highlights struct { Heading string `pkl:"heading"` Subheading string `pkl:"subheading"` Highlights []*Feature `pkl:"highlights"` }