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