Fill out some more components + add application state enums
This commit is contained in:
9
web/interfaces/user.ts
Normal file
9
web/interfaces/user.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export interface User {
|
||||
id: string;
|
||||
displayName: string;
|
||||
displayColor: number;
|
||||
createdAt: Date;
|
||||
previousNames: string[];
|
||||
nameChangedAt: Date;
|
||||
scopes: string[];
|
||||
}
|
||||
Reference in New Issue
Block a user