UNPKG
@drip_sync/drip
Version:
latest (0.2.0)
0.2.0
0.1.0
0.0.1
Scalable incremental sync for MongoDB aggregation pipelines
@drip_sync/drip
/
dist
/
cea
/
cea_cursor.d.ts
5 lines
(4 loc)
•
83 B
TypeScript
View Raw
1
2
3
4
5
import
{ ObjectId }
from
"mongodb"
; export
type
CEACursor = {
id
: ObjectId; };