UNPKG

@vertigis/viewer-spec

Version:

VertiGIS Viewer Specification

7 lines (6 loc) 177 B
import type { ModelProperties } from "./ModelProperties.js"; /** * Base configuration for all services. */ export interface ServiceModelProperties extends ModelProperties { }