UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

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