(fieldPath: keyof T | IFieldPath)
| 141 | data(): T | undefined; |
| 142 | |
| 143 | get<fieldType extends DocumentFieldType>(fieldPath: keyof T | IFieldPath): fieldType; |
| 144 | } |
| 145 | |
| 146 | export interface IQueryDocumentSnapshot<T extends DocumentData = DocumentData> extends IDocumentSnapshot<T> { |
nothing calls this directly
no outgoing calls
no test coverage detected