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