UNPKG

@vertigis/viewer-spec

Version:

VertiGIS Viewer Specification

7 lines (6 loc) 222 B
import type { ComponentModelProperties } from "../common/ComponentModelProperties.js"; /** * Configuration for an add feature component. */ export interface AddFeatureModelProperties extends ComponentModelProperties { }