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