@databutton/firebase-types 1.15.23 → 1.15.25
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.
|
@@ -153,9 +153,10 @@ export interface Module {
|
|
|
153
153
|
markedForDeletionBy: PerformedBy | null;
|
|
154
154
|
codeBlockRef: string;
|
|
155
155
|
}
|
|
156
|
-
export interface
|
|
156
|
+
export interface Visit {
|
|
157
157
|
visitedBy: PerformedBy | null;
|
|
158
158
|
}
|
|
159
|
+
export type AppVisit = Visit;
|
|
159
160
|
export interface Screenshot {
|
|
160
161
|
capturedBy: PerformedBy;
|
|
161
162
|
base64Image: string;
|