@community-kitchens/apiinterfaces 1.0.20 → 1.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@community-kitchens/apiinterfaces",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -114,6 +114,7 @@ export interface VolunteerCampaign {
114
114
  description?: string;
115
115
  id: string;
116
116
  shortDescription?: string;
117
+ totalHours?: number;
117
118
  }
118
119
 
119
120
  export interface VolunteerHours {