aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/models/Need.ts
diff options
context:
space:
mode:
authorbenal01 <bja4245@rit.edu>2025-03-31 10:16:03 -0400
committerbenal01 <bja4245@rit.edu>2025-03-31 10:16:03 -0400
commitd4dd348e81d3aef4cc62335f1dad5a02452dfadd (patch)
tree19c8bc962cc605977c461306862394b9d2d705c6 /ufund-ui/src/app/models/Need.ts
parentbcdf234066ee277b7436428989d5e0dbf58c2f60 (diff)
downloadJellySolutions-d4dd348e81d3aef4cc62335f1dad5a02452dfadd.tar.gz
JellySolutions-d4dd348e81d3aef4cc62335f1dad5a02452dfadd.tar.bz2
JellySolutions-d4dd348e81d3aef4cc62335f1dad5a02452dfadd.zip
frontend model support for description
Diffstat (limited to 'ufund-ui/src/app/models/Need.ts')
-rw-r--r--ufund-ui/src/app/models/Need.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/ufund-ui/src/app/models/Need.ts b/ufund-ui/src/app/models/Need.ts
index 1451cad..2a2800c 100644
--- a/ufund-ui/src/app/models/Need.ts
+++ b/ufund-ui/src/app/models/Need.ts
@@ -7,6 +7,7 @@ export interface Need {
maxGoal: number;
current: number;
urgent: boolean;
+ description: string;
}
export enum GoalType {