MCPcopy Index your code
hub / github.com/appwrite/sdk-for-react-native / Collection

Interface Collection

src/channel.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface Root {}
2interface Database { _db: any }
3interface Collection { _coll: any }
4interface Document { _doc: any }
5interface TablesDB { _tdb: any }
6interface Table { _tbl: any }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected