Skip to content

Commit

Permalink
Update type property in Team interface
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgillespie committed Mar 20, 2024
1 parent bc40f50 commit 651d70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/schema/content/team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ export interface Team {
image: string | File | null;
links: { [key: string]: any } | null;
slug: string;
type: string | null;
type: 'core_team' | 'advisor' | 'investor' | 'key_contributor' | 'key_sponsor' | 'guest_author' | null;
resources: string[] | Resource[] | null;
}

0 comments on commit 651d70b

Please sign in to comment.