/** * This file was auto-generated by Fern from our API Definition. */ /** * Close Contact object - child of Lead */ export interface CloseContact { /** Contact full name */ name?: string; /** List of email objects */ emails?: Record[]; /** List of phone objects */ phones?: Record[]; }