Skip to content

Commit

Permalink
added isActive attribute to TeamMember type
Browse files Browse the repository at this point in the history
  • Loading branch information
peucastro committed Feb 12, 2025
1 parent 970b13b commit 8a81553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/team-member.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export type TeamMember = {
bio: string;
birthDate: Date;
role: string;
isActive?: boolean;
photo?: string;
linkedin?: string;
github?: string;
Expand Down

0 comments on commit 8a81553

Please sign in to comment.