export type User = { userName: string; firstName: string; lastName: string; }