UNPKG

acr-assist-simulator-module

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.4.

6 lines (5 loc) 210 B
import { ComputedValue } from '../../../core/models/computed-value.model'; export declare class ComputedValueCreationService { constructor(); createComputedValue(dataAsJSON: any): ComputedValue; }