diff options
Diffstat (limited to 'ufund-ui/src/app/models')
| -rw-r--r-- | ufund-ui/src/app/models/Need.ts | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/ufund-ui/src/app/models/Need.ts b/ufund-ui/src/app/models/Need.ts index 5cd4e39..1451cad 100644 --- a/ufund-ui/src/app/models/Need.ts +++ b/ufund-ui/src/app/models/Need.ts @@ -2,9 +2,11 @@ export interface Need {      name: string,      id: number,      filterAttributes: string[], +    location: string;      type: GoalType;      maxGoal: number;      current: number; +    urgent: boolean;  }  export enum GoalType {  | 
