UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 266 B
import { ServiceStateEnum } from './ServiceStateEnum'; /** Sync service */ export interface SyncService { /** Exchange service state */ state: ServiceStateEnum; /** Task pending id */ taskPendingId: number; } //# sourceMappingURL=SyncService.d.ts.map