(fieldPath: string | FieldPath, options?: SnapshotOptions)
| 22 | readonly exists: false; |
| 23 | data(options?: SnapshotOptions): undefined; |
| 24 | get(fieldPath: string | FieldPath, options?: SnapshotOptions): undefined; |
| 25 | } |
| 26 | |
| 27 | export type DocumentSnapshot<T> = DocumentSnapshotExists<T> | DocumentSnapshotDoesNotExist; |
no outgoing calls
no test coverage detected