This commit is contained in:
Elijah Lucian
2021-03-16 20:15:33 -06:00
parent 90b00b4736
commit 8a9604966c
35 changed files with 29279 additions and 0 deletions

View File

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