Skip to content

Commit

Permalink
Merge pull request #4 from RedHatTraining/add-team-model
Browse files Browse the repository at this point in the history
add Team type
  • Loading branch information
zgutterm authored Jan 20, 2025
2 parents 278a193 + ae587e1 commit 26d1610
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions models/Team.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export type Team = {
readonly team_id?: number;
team_name: string;
contact_person?: string;
contact_person_email?: string;
team_mailinglist?: string;
};

0 comments on commit 26d1610

Please sign in to comment.