chore: update template types
This commit is contained in:
parent
39911e9ef2
commit
5633727bdb
@ -12,7 +12,7 @@ export type User = {
|
||||
export type Sandbox = {
|
||||
id: string
|
||||
name: string
|
||||
type: "react" | "node"
|
||||
type: "reactjs" | "vanillajs" | "nextjs" | "streamlit"
|
||||
visibility: "public" | "private"
|
||||
createdAt: Date
|
||||
userId: string
|
||||
|
Loading…
x
Reference in New Issue
Block a user