@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
16 lines • 404 B
TypeScript
/** Copper NRA closure trajectory */
export interface CopperNraClosureTrajectory {
/** INSEE code */
inseeCode?: string;
/** Lot */
lot?: string;
/** NRA */
nra: string;
/** Operator */
operator: string;
/** Referer */
referer?: string;
/** Technical closure date */
technicalClosureDate?: string;
}
//# sourceMappingURL=CopperNraClosureTrajectory.d.ts.map