Thêm tính năng trong mục 4.1 của ARCHITECTURE.md
This commit is contained in:
Vendored
+1
-1
@@ -5,7 +5,7 @@ interface TourState {
|
||||
userRole: string | null;
|
||||
setTour: (tour: any) => void;
|
||||
updateLegs: (legs: any[]) => void;
|
||||
optimizeRouting: () => Promise<void>;
|
||||
optimizeRouting: (legId: string) => Promise<void>;
|
||||
fetchTour: (id: string) => Promise<void>;
|
||||
fetchPublicTours: () => Promise<void>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user