UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 296 B
/** Parameters required to query metrics from OpenTSDB */ export interface GraphEndpoint { /** The openTSDB host */ host: string; /** The read-only token */ readToken: string; /** The read-only token ID */ readTokenID: string; } //# sourceMappingURL=GraphEndpoint.d.ts.map