aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/server/contact-form.model.ts
blob: 0696be8b4f58365b15d850288680f1e3fd7e2023 (plain) (blame)
1
2
3
4
5
export interface ContactForm {
  fromEmail: string
  fromName: string
  body: string
}