UNPKG

@dasch-swiss/dsp-js

Version:
10 lines 319 B
import { IBaseIntValue } from '../type-specific-interfaces/base-int-value'; import { CreateValue } from './create-value'; /** * @category Model V2 */ export declare class CreateIntValue extends CreateValue implements IBaseIntValue { int: number; constructor(); } //# sourceMappingURL=create-int-value.d.ts.map