frm/types.go
2025-01-18 09:09:16 -07:00

14 lines
235 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
// ShortCode is a short code
type ShortCode internal.ShortCode