type Profile = { id?: string; uid?: string; title: string; legalTitle: string; phone: string; email: string; site: string; address: string; facebook: string; instagram: string; comment: string; logo: string; currency: '₽' | '$' | '€'; status: 'new' | 'open_email' | 'open_site' | 'first_contact' | 'complite_setup' | 'young' | 'client' | 'lost'; country: 'DE' | 'RU'; }; export { Profile };