2024-10-02 20:23:28 -04:00
|
|
|
// Code generated from Pkl module `models`. DO NOT EDIT.
|
|
|
|
|
package models
|
|
|
|
|
|
|
|
|
|
type Bento struct {
|
|
|
|
|
Title string `pkl:"title"`
|
|
|
|
|
|
|
|
|
|
Description string `pkl:"description"`
|
|
|
|
|
|
|
|
|
|
PrimaryButton *Button `pkl:"primaryButton"`
|
|
|
|
|
|
|
|
|
|
SecondaryButton *Button `pkl:"secondaryButton"`
|
|
|
|
|
}
|