mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-31 12:23:40 +00:00
revert source connection monitor
This commit is contained in:
committed by
Aiden McClelland
parent
c03c876098
commit
c3e28cb683
@@ -4,5 +4,4 @@ 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