// Code generated from Pkl module `models`. DO NOT EDIT.
package models
type ModalForm struct {
Title string `pkl:"title"`
Description string `pkl:"description"`
Id string `pkl:"id"`
}