frm/types.go
2025-01-23 07:31:12 -07:00

17 lines
319 B
Go

package frm
import (
"github.com/acaloiaro/frm/internal"
)
// Form is a published form
type Form internal.Form
// Forms is a slice of forms
type Forms []internal.Form
// FormSubmission is a form submission
type FormSubmission internal.FormSubmission
// ShortCode is a short code
type ShortCode internal.ShortCode