@databutton/firebase-types 1.42.15 → 1.42.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.
|
@@ -428,8 +428,7 @@ export interface Project {
|
|
|
428
428
|
createdBy?: PerformedBy;
|
|
429
429
|
createdFromProjectTemplateId?: string | null;
|
|
430
430
|
lifeStage: ProjectLifeStage;
|
|
431
|
-
lifeStageUpdatedBy
|
|
432
|
-
lifeStageStartedAt?: Timestamp;
|
|
431
|
+
lifeStageUpdatedBy: PerformedBy;
|
|
433
432
|
/**
|
|
434
433
|
* @deprecated No longer in use
|
|
435
434
|
*/
|