UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

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