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) 214 B
import { BaseDataElement } from '../../../core/elements/models/base-data-element.model'; export interface DataElementCreationService { elementType: string; createElement(data: any): BaseDataElement; }