export type User = { userId: string, userName?: string, email?: string, tlfn?: string, }