import type { ContactsSubjects } from '../runtime/constants/contacts-subjects'; export interface IContactsForm { subject: ContactsSubjects message: string name: string from: string token: string data: Record }