revert source connection monitor

This commit is contained in:
Matt Hill
2021-09-01 14:27:09 -06:00
committed by Aiden McClelland
parent c03c876098
commit c3e28cb683
4 changed files with 0 additions and 9 deletions

View File

@@ -4,5 +4,4 @@ import { Update } from '../types'
export interface Source<T> {
watch$ (store?: Store<T>): Observable<Update<T>>
connectionMade$: Observable<void>
}