Skip to content

Commit 8238cce

Browse files
committed
docs
1 parent 4bc9bdd commit 8238cce

File tree

3 files changed

+296
-4
lines changed

3 files changed

+296
-4
lines changed

docs-devsite/firestore_.documentsnapshot.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,13 @@ The data at the specified field location or undefined if no such field exists in
150150
<b>Signature:</b>
151151

152152
```typescript
153-
toJSON(): object;
153+
toJSON(): {
154+
bundle: string;
155+
bundleSource: string;
156+
bundleName: string;
157+
};
154158
```
155159
<b>Returns:</b>
156160

157-
object
161+
{ bundle: string; bundleSource: string; bundleName: string; }
158162

0 commit comments

Comments
 (0)