(documentPath?: undefined | string)
| 62 | add(data: T): Promise<IDocumentReference<T>>; |
| 63 | |
| 64 | doc(documentPath?: undefined | string): IDocumentReference<T>; |
| 65 | } |
| 66 | |
| 67 | export interface IFieldPath {} |
nothing calls this directly
no outgoing calls
no test coverage detected