Added fake user information

This commit is contained in:
Erik Tiekstra
2021-03-17 11:32:42 +01:00
committed by Erik Tiekstra
parent bf66859f06
commit ec6c7eb4a9
9 changed files with 27 additions and 10 deletions

View File

@@ -0,0 +1,3 @@
export interface User {
id: string;
}