UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 295 B
/** Logs subscription response for your Load Balancer */ export interface LogSubscriptionResponse { /** The operation id of the subscription creation task */ operationId: string; /** The logs account */ serviceName: string; } //# sourceMappingURL=LogSubscriptionResponse.d.ts.map