export interface UserProps{
    passwordHash : string | null
    userId : string
}