mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-26 02:11:54 +00:00
move client from separate repo
This commit is contained in:
committed by
Aiden McClelland
parent
d2f542a8f3
commit
9ad59a4d1a
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