RxDB Server

Types

Types

EpicFlowCollections

type EpicFlowCollections = { [x: string]: RxCollection<any>; }

EpicFlowDatabase

type EpicFlowDatabase = import("/Users/sthornock/code/epic/epic-flowstate/node_modules/rxdb/dist/types/rx-database").RxDatabaseBase<any, any, EpicFlowCollections, any> & EpicFlowCollections & import("/Users/sthornock/code/epic/epic-flowstate/node_modules/rxdb/dist/types/index").RxDatabaseGenerated<EpicFlowCollections, any>
Previous
Interfaces