UNPKG

@dasch-swiss/dsp-js

Version:
10 lines 343 B
import { IBaseGeonameValue } from '../type-specific-interfaces/base-geoname-value'; import { UpdateValue } from './update-value'; /** * @category Model V2 */ export declare class UpdateGeonameValue extends UpdateValue implements IBaseGeonameValue { geoname: string; constructor(); } //# sourceMappingURL=update-geoname-value.d.ts.map