UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

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