sonr/pkg/nebula/models/Form.pkl.go

11 lines
165 B
Go

// Code generated from Pkl module `models`. DO NOT EDIT.
package models
type Form interface {
GetTitle() string
GetDescription() string
GetInputs() []*Input
}