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