import type { GeolocationModelProperties as CommonGeolocationModelProperties } from "../common/GeolocationModelProperties.js"; import type { ComponentModelProperties } from "./ComponentModelProperties.js"; /** * @inheritdoc */ export interface GeolocationModelProperties extends CommonGeolocationModelProperties, ComponentModelProperties { }