mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
19 lines
312 B
Go
19 lines
312 B
Go
// Code generated from Pkl module `models`. DO NOT EDIT.
|
|
package models
|
|
|
|
type Input struct {
|
|
Label string `pkl:"label"`
|
|
|
|
Type string `pkl:"type"`
|
|
|
|
Placeholder string `pkl:"placeholder"`
|
|
|
|
Value *string `pkl:"value"`
|
|
|
|
Error *string `pkl:"error"`
|
|
|
|
Help *string `pkl:"help"`
|
|
|
|
Required bool `pkl:"required"`
|
|
}
|