ContactEmailRequest: {
    email: string;
    message: string;
    name: string;
    subject: string;
    telephone?: string;
}

Type declaration

  • email: string

    Email of the contact requester

  • message: string

    Message of the contact

  • name: string

    Name of the contact requester

  • subject: string

    Subject of the contact

  • Optionaltelephone?: string

    Telephone of the contact requester