improve backend logic
This commit is contained in:
@ -11,6 +11,7 @@ export type Sandbox = {
|
||||
id: string
|
||||
name: string
|
||||
type: "react" | "node"
|
||||
init: boolean
|
||||
bucket: string | null
|
||||
userId: string
|
||||
}
|
||||
|
Reference in New Issue
Block a user