@databutton/firebase-types 1.13.25 → 1.13.26
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.
|
@@ -107,7 +107,7 @@ export interface AppVisit {
|
|
|
107
107
|
visitedBy: PerformedBy | null;
|
|
108
108
|
}
|
|
109
109
|
export interface AppScreenshot {
|
|
110
|
-
capturedBy:
|
|
110
|
+
capturedBy: PerformedBy;
|
|
111
111
|
base64Image: string;
|
|
112
112
|
deploymentId: string | null;
|
|
113
113
|
}
|
|
@@ -306,7 +306,7 @@ export interface Project {
|
|
|
306
306
|
export interface ProjectTemplateApp {
|
|
307
307
|
name: string;
|
|
308
308
|
code: string;
|
|
309
|
-
screenshot
|
|
309
|
+
screenshot: string | null;
|
|
310
310
|
}
|
|
311
311
|
export interface ProjectTemplate {
|
|
312
312
|
createdBy: PerformedBy;
|