diff --git a/packages/types/index.d.ts b/packages/types/index.d.ts index fc5be730..145c68a6 100644 --- a/packages/types/index.d.ts +++ b/packages/types/index.d.ts @@ -82,6 +82,7 @@ export interface IFlow { export interface IUser { id: string; + fullName: string; email: string; password: string; connections: IConnection[];