@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
15 lines • 341 B
TypeScript
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