chore: update template types

This commit is contained in:
James Murdza 2024-11-02 13:27:20 -06:00
parent 39911e9ef2
commit 5633727bdb

View File

@ -12,7 +12,7 @@ export type User = {
export type Sandbox = { export type Sandbox = {
id: string id: string
name: string name: string
type: "react" | "node" type: "reactjs" | "vanillajs" | "nextjs" | "streamlit"
visibility: "public" | "private" visibility: "public" | "private"
createdAt: Date createdAt: Date
userId: string userId: string