diff options
author | benal01 <bja4245@rit.edu> | 2025-03-31 17:51:17 -0400 |
---|---|---|
committer | benal01 <bja4245@rit.edu> | 2025-03-31 17:51:17 -0400 |
commit | a2e1329a510375fdada021c3d6a2f631a9c162ee (patch) | |
tree | 7d9699b0fd83747b45b07e1e6c957d55ce617fe2 /ufund-ui/src/app/models/Need.ts | |
parent | 371caf37fb71fd9adf89e52a5557a9359d680539 (diff) | |
download | JellySolutions-a2e1329a510375fdada021c3d6a2f631a9c162ee.tar.gz JellySolutions-a2e1329a510375fdada021c3d6a2f631a9c162ee.tar.bz2 JellySolutions-a2e1329a510375fdada021c3d6a2f631a9c162ee.zip |
image property frontend support
Diffstat (limited to 'ufund-ui/src/app/models/Need.ts')
-rw-r--r-- | ufund-ui/src/app/models/Need.ts | 1 |
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 2a2800c..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; |