| 1 | interface Root {} |
| 2 | interface Database { _db: any } |
| 3 | interface Collection { _coll: any } |
| 4 | interface Document { _doc: any } |
| 5 | interface TablesDB { _tdb: any } |
| 6 | interface Table { _tbl: any } |
nothing calls this directly
no outgoing calls
no test coverage detected