Skip to content

Commit

Permalink
fix(grpc-sdk): sequelize type import (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
kon14 committed Nov 17, 2022
1 parent 4466748 commit 13eb8be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions libraries/grpc-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"@types/ioredis": "^4.28.10",
"@types/lodash": "^4.14.182",
"@types/node": "14.14.31",
"@types/sequelize": "^4.28.14",
"copyfiles": "^2.4.1",
"rimraf": "^3.0.2",
"ts-proto": "^1.117.0",
Expand Down
2 changes: 1 addition & 1 deletion libraries/grpc-sdk/src/interfaces/Model.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { WhereOptions } from 'sequelize';
import type { WhereOptions } from 'sequelize';

export enum TYPE {
String = 'String',
Expand Down

0 comments on commit 13eb8be

Please sign in to comment.