UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

13 lines 288 B
import { TypeServiceEnum } from './TypeServiceEnum'; /** Vxml services */ export interface Vxml { /** */ description: string; /** */ offers: string[]; /** */ serviceName: string; /** */ serviceType: TypeServiceEnum; } //# sourceMappingURL=Vxml.d.ts.map