| 3 | interface Collection { _coll: any } |
| 4 | interface Document { _doc: any } |
| 5 | interface TablesDB { _tdb: any } |
| 6 | interface Table { _tbl: any } |
| 7 | interface Row { _row: any } |
| 8 | interface Bucket { _bkt: any } |
nothing calls this directly
no outgoing calls
no test coverage detected