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