import { PhoneEndpoint } from '../../types/Endpoint/PhoneEndpoint.js'; /** * @deprecated This interface is deprecated. Please update to use the PhoneEndpoint type */ type PhoneEndpointObject = PhoneEndpoint; export type { PhoneEndpointObject };