export interface ContactDetailsInterface { first_name?: string; last_name?: string; email?: string; phone?: string; }