export interface QuoteOrderInfo { FirstName?: string; LastName?: string; Phone?: string; Email?: string; Comments?: string; }