export default interface ITransportEmails { readonly company: string; readonly full_name: string; readonly email: string; readonly phone: string; readonly date: Date; readonly truck: string; readonly message?: string; readonly admin: boolean; readonly subject: string; readonly title: string; }