@databutton/firebase-types 1.87.15 → 1.87.17
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.
|
@@ -1974,6 +1974,14 @@ export interface ProjectPlan {
|
|
|
1974
1974
|
domains: string[];
|
|
1975
1975
|
previewComponentCode: string | null;
|
|
1976
1976
|
projectTemplateId: string;
|
|
1977
|
+
/**
|
|
1978
|
+
* The project that was originally created from this plan
|
|
1979
|
+
*/
|
|
1980
|
+
createdProjectId?: string | null;
|
|
1981
|
+
/**
|
|
1982
|
+
* The project this plan is currently based on (can be updated as the project evolves)
|
|
1983
|
+
*/
|
|
1984
|
+
basedOnProjectId?: string | null;
|
|
1977
1985
|
}
|
|
1978
1986
|
export interface AiUsageRecord {
|
|
1979
1987
|
/**
|