This commit is contained in:
Jori Lallo
2018-03-04 16:53:57 -08:00
parent 06a6573feb
commit a0f58583b5
12 changed files with 136 additions and 123 deletions

View File

@@ -5,6 +5,8 @@ export type User = {
name: string,
email: string,
username: string,
isAdmin?: boolean,
isSuspended?: boolean,
};
export type Team = {