User

Base user information

id

Type: string | undefined

username

Type: string

password

Type: string

email

Type: string

emailVerified

Type: boolean | undefined

verificationToken

Type: string | undefined

verificationTokenExpires

Type: Date | undefined

userType

Type: "customer" | "worker" | "admin" | undefined

savedPosts

Type: Post[] | undefined

savedProjects

Type: Project[] | undefined

userProfile

Type: UserProfile | undefined

posts

Type: Post[] | undefined

likedProjects

Type: Project[] | undefined

followers

Type: User[] | undefined

projects

Type: Project[] | undefined

likedPosts

Type: Post[] | undefined

likedComments

Type: Comment[] | undefined

Last updated