Skip to content

Commit

Permalink
fix: add typings for Sequelize.version getter
Browse files Browse the repository at this point in the history
  • Loading branch information
ephys committed Feb 9, 2022
1 parent 5ffb242 commit 356a1a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sequelize.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1427,6 +1427,11 @@ export class Sequelize extends Hooks {
* Returns the database version
*/
public databaseVersion(): Promise<string>;

/**
* Returns the installed version of Sequelize
*/
static get version(): string;
}

// Utilities
Expand Down

0 comments on commit 356a1a8

Please sign in to comment.