export default interface ITransportQuoteEmail { readonly company: string; readonly contact_full_name: string; readonly email: string; readonly phone: string; readonly transport_type: string; readonly date: string; readonly message?: string; readonly admin: boolean; readonly subject: string; readonly title: string; }