UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

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