@databutton/firebase-types 1.37.8 → 1.37.10
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.
|
@@ -144,7 +144,7 @@ export interface MultipageApp {
|
|
|
144
144
|
/**
|
|
145
145
|
* The theme used for this multipage app
|
|
146
146
|
*/
|
|
147
|
-
activeThemeId
|
|
147
|
+
activeThemeId: string;
|
|
148
148
|
}
|
|
149
149
|
/**
|
|
150
150
|
* Subcollection under multipage-apps
|
|
@@ -397,6 +397,7 @@ export interface Project {
|
|
|
397
397
|
isPublic: boolean;
|
|
398
398
|
visibility: "public" | "private";
|
|
399
399
|
visibilityLastChangedBy: PerformedBy;
|
|
400
|
+
lastOpenedAt?: Timestamp;
|
|
400
401
|
markedForDeletionAt: Timestamp | null;
|
|
401
402
|
markedForDeletionBy?: PerformedBy | null;
|
|
402
403
|
members: string[];
|