@databutton/firebase-types 1.85.35 → 1.85.37
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.
|
@@ -1006,6 +1006,7 @@ export interface Project {
|
|
|
1006
1006
|
createdAt: Timestamp;
|
|
1007
1007
|
createdBy?: PerformedBy;
|
|
1008
1008
|
createdFromProjectTemplateId?: string | null;
|
|
1009
|
+
createdFromProjectPlanId?: string | null;
|
|
1009
1010
|
variant: ProjectVariant;
|
|
1010
1011
|
startingPrompt?: string | null;
|
|
1011
1012
|
startingPointGeneratedBy?: PerformedBy | null;
|