/** 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