UNPKG

cve-connector

Version:
36 lines (34 loc) 644 B
import { ActorCommand, AnalysisCommand, GisCommand, LevelCommand, MeasureCommand, ModelCommand, PointCommand, PolygonCommand, PolylineCommand, PolymeshCommand, SequenceCommand, SystemCommand, TimeCommand, ViewCommand, WeatherCommand, } from '../controllers' /** CVE Web 指令集 */ export type WebCommand = | ActorCommand | AnalysisCommand | GisCommand | LevelCommand | MeasureCommand | ModelCommand | PointCommand | PolygonCommand | PolylineCommand | PolymeshCommand | SequenceCommand | SystemCommand | TimeCommand | ViewCommand | WeatherCommand