feat: complete profile page
This commit is contained in:
1
frontend/lib/constant.ts
Normal file
1
frontend/lib/constant.ts
Normal file
@ -0,0 +1 @@
|
||||
export const MAX_FREE_GENERATION = 1000
|
@ -19,6 +19,8 @@ export type Sandbox = {
|
||||
visibility: "public" | "private"
|
||||
createdAt: Date
|
||||
userId: string
|
||||
likeCount: number
|
||||
viewCount: number
|
||||
usersToSandboxes: UsersToSandboxes[]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user