@dasch-swiss/dsp-js
Version:
TypeScript client library for DSP-API
10 lines • 319 B
TypeScript
import { IBaseUriValue } from '../type-specific-interfaces/base-uri-value';
import { UpdateValue } from './update-value';
/**
* @category Model V2
*/
export declare class UpdateUriValue extends UpdateValue implements IBaseUriValue {
uri: string;
constructor();
}
//# sourceMappingURL=update-uri-value.d.ts.map