UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

16 lines 462 B
import { LineNotificationsOptions } from './LineNotificationsOptions'; import { TypeServiceEnum } from './TypeServiceEnum'; /** Fax service */ export interface Fax { /** */ description: string; /** Send notifications about Line's diagnosticReports */ notifications?: LineNotificationsOptions; /** */ offers: string[]; /** */ serviceName: string; /** */ serviceType: TypeServiceEnum; } //# sourceMappingURL=Fax.d.ts.map