UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 322 B
/** Asynchronous operation after subscribing or unsubscribing to a resource metrics */ export interface MetricSubscriptionResponse { /** Identifier of the operation */ operationId: string; /** Operation owner's service name */ serviceName: string; } //# sourceMappingURL=MetricSubscriptionResponse.d.ts.map