Skip to content

Commit

Permalink
fix(grpc-sdk): sequelize type import (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
kon14 committed Nov 17, 2022
1 parent 2603a1d commit 95cd423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/grpc-sdk/src/interfaces/Model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,5 @@ export interface PostgresIndexOptions {
prefix?: string;
unique?: boolean;
using?: PostgresIndexType;
where?: WhereOptions;
where?: WhereOptions<any>;
}

0 comments on commit 95cd423

Please sign in to comment.