import type * as Pinnacle from "../index.mjs"; /** * Collection of contact profiles associated with a phone number. * May include multiple profiles if the number is associated with different online identities. */ export type EnhancedContact = Pinnacle.EnhancedContactItem[];