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