aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/models
diff options
context:
space:
mode:
Diffstat (limited to 'ufund-ui/src/app/models')
-rw-r--r--ufund-ui/src/app/models/Need.ts2
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 1451cad..6cf7e76 100644
--- a/ufund-ui/src/app/models/Need.ts
+++ b/ufund-ui/src/app/models/Need.ts
@@ -1,5 +1,6 @@
export interface Need {
name: string,
+ image: string,
id: number,
filterAttributes: string[],
location: string;
@@ -7,6 +8,7 @@ export interface Need {
maxGoal: number;
current: number;
urgent: boolean;
+ description: string;
}
export enum GoalType {