UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

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