UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

15 lines 341 B
import { LineTestEnum } from './LineTestEnum'; /** Detailed line tests */ export interface LineDiagnostic { /** */ lineTest?: LineTestEnum; /** */ lineTestTime?: string; /** */ number: string; /** */ proposedProfileId?: number; /** */ sync: boolean; } //# sourceMappingURL=LineDiagnostic.d.ts.map