UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

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