/ src / components / lib / definitions.ts
definitions.ts
1  export type User ={
2      email:string;
3      name:string
4      password: string
5  }