@databutton/firebase-types 1.72.12 → 1.72.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -797,6 +797,7 @@ export interface Project {
|
|
|
797
797
|
createdFromProjectTemplateId?: string | null;
|
|
798
798
|
variant?: "beyond-streamlit" | "streamlit";
|
|
799
799
|
startingPrompt?: string | null;
|
|
800
|
+
startingPointGeneratedBy?: PerformedBy | null;
|
|
800
801
|
extensions?: ProjectExtensions;
|
|
801
802
|
taskConfig?: {
|
|
802
803
|
idPrefix: string;
|