UNPKG

@documment/mmp.core

Version:

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

11 lines (10 loc) 302 B
import { GoalType } from '../definitions/goal-type.definition'; export interface IGoalCreateRequest { institutionId: number; type: GoalType; } export declare class GoalCreateRequest implements IGoalCreateRequest { institutionId: number; type: GoalType; constructor(params?: any); }