UNPKG

@documment/mmp.core

Version:

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

10 lines (9 loc) 223 B
import { IFile } from './file.model'; import { File } from './file.model'; export interface IGoalForm { pdf: IFile; } export declare class GoalForm implements IGoalForm { pdf: File; constructor(params?: any); }