interface FormUser { username: string; password: string; firstName: string; lastName: string; email: string; } export type { FormUser };