feat(platform): consolidate production vehicle data workflows
This commit is contained in:
@@ -23,6 +23,7 @@ export type AMapOverlay = {
|
||||
setMap?: (map: AMapMap | null) => void;
|
||||
on?: (eventName: string, handler: () => void) => void;
|
||||
setPosition?: (position: [number, number]) => void;
|
||||
setPath?: (path: [number, number][]) => void;
|
||||
};
|
||||
|
||||
export type AMapMassMarks = {
|
||||
|
||||
Reference in New Issue
Block a user