mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-26 18:31:53 +00:00
add connection monitor to sources
This commit is contained in:
@@ -4,4 +4,5 @@ import { Update } from '../types'
|
||||
|
||||
export interface Source<T> {
|
||||
watch$ (store?: Store<T>): Observable<Update<T>>
|
||||
connectionMade$: Observable<void>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user