Skip to content

Commit

Permalink
refactor: refactor types
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Sketon committed Jul 6, 2024
1 parent 707c4f9 commit 7b13325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class Model<T> extends EventEmitter {
Document: { new<T>(data: T): Document<T> };
Query: { new<T>(data: Document<T>[]): Query<T> };
_database: Database;
[key : string]: any;

/**
* Model constructor.
Expand Down

0 comments on commit 7b13325

Please sign in to comment.