mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-31 12:23:40 +00:00
move client from separate repo
This commit is contained in:
6
client/lib/source/source.ts
Normal file
6
client/lib/source/source.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Observable } from 'rxjs'
|
||||
import { Update } from '../sequence-store'
|
||||
|
||||
export interface Source<T> {
|
||||
watch$ (sequence$?: Observable<number>): Observable<Update<T>>
|
||||
}
|
||||
Reference in New Issue
Block a user