UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 289 B
import { ServiceNameEnum } from '../ServiceNameEnum'; /** Option of Offer */ export interface OfferServiceToDelete { /** Type of the service */ service: string; /** Type of the service to delete */ type: ServiceNameEnum; } //# sourceMappingURL=OfferServiceToDelete.d.ts.map