Skip to content

Commit

Permalink
0.1.30 built
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamint08 committed May 26, 2024
1 parent de46bad commit 3bc8abe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/instances/mongodb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ declare class Mongo {
find(db: string, col: string, query: any): Promise<any[]>;
findOne(db: string, col: string, query: any): Promise<any>;
delete(db: string, col: string, query: any): Promise<any>;
deleteMany(db: string, col: string, query: any): Promise<any>;
close(): Promise<void>;
}
declare class MongoService {
Expand Down
Loading

0 comments on commit 3bc8abe

Please sign in to comment.