export type User = { email: string; name: string; password: string };