Interface ChangeStreamNameSpace

interface ChangeStreamNameSpace {
    coll: string;
    db: string;
}

Properties

Properties

coll: string
db: string