Skip to content

Commit a212aaf

Browse files
committed
chore: add abstract patch
1 parent 617485a commit a212aaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/abstractions/src/IDatabaseCollection.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ export interface IDatabaseCollection {
2020

2121
update(oldDoc: any, data: any): Promise<any>;
2222

23+
patch(oldDoc: any, data: any): Promise<any>;
24+
2325
delete(query: any): Promise<boolean>;
2426

2527
list(): Promise<any[]>;

0 commit comments

Comments
 (0)