export interface Contact { phone_number: string; first_name: string; last_name?: string; user_id?: number; vcard?: string; }