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