UNPKG

@vertigis/viewer-spec

Version:

VertiGIS Viewer Specification

7 lines (6 loc) 206 B
import type { EntityProperties } from "@vertigis/arcgis-extensions/Entity"; /** * Properties that can be used to create or update a model. */ export interface ModelProperties extends EntityProperties { }