UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 222 B
/** The metrics token of a Load Balancer */ export interface MetricsToken { /** The metrics endpoint */ endpoint: string; /** The metrics token */ token: string; } //# sourceMappingURL=MetricsToken.d.ts.map