UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

32 lines 1.02 kB
/** Copper grid closure trajectory */ export interface CopperGridClosureTrajectory { /** Commercial closure announcement date */ commercialClosureAnnouncementDate?: string; /** Commercial closure date */ commercialClosureDate?: string; /** Commercial closure initial date */ commercialClosureInitialDate?: string; /** Department code */ departmentCode: string; /** Department name */ departmentName?: string; /** FTTH zone */ ftthZone?: string; /** INSEE code */ inseeCode: string; /** Lot */ lot?: string; /** Municipality name */ municipalityName: string; /** OI code */ oiCode?: string; /** OI name */ oiName?: string; /** Technical closure announcement date */ technicalClosureAnnouncementDate?: string; /** Technical closure date */ technicalClosureDate?: string; /** Technical closure initial date */ technicalClosureInitialDate?: string; } //# sourceMappingURL=CopperGridClosureTrajectory.d.ts.map