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