import { VetchResponse } from '@vonage/vetch'; /** * Interface representing a response from a number insights operation. * This extends the `VetchResponse` interface. */ type NumberInsightsResponse = VetchResponse; export type { NumberInsightsResponse };