This commit is contained in:
Elijah Lucian
2021-04-11 15:52:48 -07:00
parent 0df8bf9445
commit c3d1017419
10 changed files with 52 additions and 24 deletions

View File

@@ -1,4 +1,5 @@
export type User = {
id: string;
username: string;
};
id: string
username: string
email: string
}