cloudflare
Version:
The official TypeScript library for the Cloudflare API
20 lines (15 loc) • 696 B
text/typescript
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
import { APIResource } from '../../../../resource';
import * as NetworkPathAPI from './network-path';
import { NetworkPath, NetworkPathGetParams, NetworkPathGetResponse } from './network-path';
export class TracerouteTestResults extends APIResource {
networkPath: NetworkPathAPI.NetworkPath = new NetworkPathAPI.NetworkPath(this._client);
}
TracerouteTestResults.NetworkPath = NetworkPath;
export declare namespace TracerouteTestResults {
export {
NetworkPath as NetworkPath,
type NetworkPathGetResponse as NetworkPathGetResponse,
type NetworkPathGetParams as NetworkPathGetParams,
};
}