@databutton/firebase-types
Advanced tools
Comparing version 1.72.11 to 1.72.12
@@ -799,2 +799,3 @@ import type { Timestamp } from "firebase/firestore"; | ||
variant?: "beyond-streamlit" | "streamlit"; | ||
startingPrompt?: string | null; | ||
extensions?: ProjectExtensions; | ||
@@ -801,0 +802,0 @@ taskConfig?: { |
@@ -15,2 +15,3 @@ import type { Timestamp } from "firebase/firestore"; | ||
name: string; | ||
startingPrompt?: string; | ||
description?: string; | ||
@@ -17,0 +18,0 @@ initialAppIdea?: string | null; |
{ | ||
"name": "@databutton/firebase-types", | ||
"version": "1.72.11", | ||
"version": "1.72.12", | ||
"main": "lib/types/published/index.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
56153
1929