UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 313 B
/** Asynchronous 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