@vertigis/viewer-spec
Version:
VertiGIS Viewer Specification
8 lines (7 loc) • 319 B
TypeScript
import type { LegendModelProperties as CommonLegendModelProperties } from "../common/LegendModelProperties.js";
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
/**
* @inheritdoc
*/
export interface LegendModelProperties extends CommonLegendModelProperties, ComponentModelProperties {
}