UNPKG

@vertigis/viewer-spec

Version:

VertiGIS Viewer Specification

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