export interface ContactId { /** The ID of the contact. */ contact_id: string; identified_by?: never; }