interface PointLastResult {
    lastUpdatedDate?: Date;
    pointId?: number;
}

Properties

lastUpdatedDate?: Date
pointId?: number