chore: add fullName in User interface
This commit is contained in:
Vendored
+1
@@ -82,6 +82,7 @@ export interface IFlow {
|
||||
|
||||
export interface IUser {
|
||||
id: string;
|
||||
fullName: string;
|
||||
email: string;
|
||||
password: string;
|
||||
connections: IConnection[];
|
||||
|
||||
Reference in New Issue
Block a user