Skip to content

Commit

Permalink
refactor: align types/index.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Rik Smale <13023439+WikiRik@users.noreply.github.com>
  • Loading branch information
ephys and WikiRik committed Dec 20, 2021
1 parent 95f3ca1 commit bc9e8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
@@ -1,6 +1,6 @@
import DataTypes = require("./lib/data-types");
import Deferrable = require("./lib/deferrable");
import Op = require('../lib/operators');
import Op = require("../lib/operators");
import QueryTypes = require("./lib/query-types");
import TableHints = require("./lib/table-hints");
import IndexHints = require("./lib/index-hints");
Expand Down

0 comments on commit bc9e8ef

Please sign in to comment.