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