Skip to content

Commit

Permalink
remove chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesq23 committed Nov 3, 2024
1 parent b92b800 commit cf659af
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,18 +283,3 @@ export interface GameDetails {
streak: IAnalytics["streak"];
lastSessionsMetrics: IAnalytics["lastSessionsMetrics"];
}

export interface Chapter {
_id: Types.ObjectId;
name: string;
chapterPresident: Types.ObjectId;
patients: number;
yearFounded: number;
location: {
country: string;
state: string;
city: string;
};
activeVolunteers: number;
inactiveVolunteers: number;
}

0 comments on commit cf659af

Please sign in to comment.