interface PointsReference2 {
    planId?: number;
    pointId?: number;
}

Properties

Properties

planId?: number
pointId?: number