Antoine's vision of the credit page (#95)
Co-authored-by: Minh Vo <minh.vo2@mail.mcgill.ca> Co-authored-by: Antoine Phan <hoangtuan11102@gmail.com>
This commit is contained in:
committed by
GitHub
parent
680a6a61a4
commit
a3908745d7
@@ -72,3 +72,15 @@ export type Redirect = {
|
||||
shortname: string;
|
||||
url: string;
|
||||
};
|
||||
|
||||
export type DevTeam = {
|
||||
name: string;
|
||||
role: string;
|
||||
yearProgram: string;
|
||||
email: string;
|
||||
active: boolean;
|
||||
term: string;
|
||||
funFact: string;
|
||||
github: string;
|
||||
image: string; //URL
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user