UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 246 B
/** A structure describing the metrics token result */ export interface MetricsTokenResult { /** The url of the endpoint */ endpoint: string; /** The token value */ token: string; } //# sourceMappingURL=MetricsTokenResult.d.ts.map