We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cebdbd commit a51fc65Copy full SHA for a51fc65
1 file changed
types/sequelize/index.d.ts
@@ -1,4 +1,5 @@
1
export function registerType(Sequelize: any): void;
2
+export function registerTypes(Sequelize: any): void;
3
export function l2Distance(column: any, value: any, sequelize: any): any;
4
export function maxInnerProduct(column: any, value: any, sequelize: any): any;
5
export function cosineDistance(column: any, value: any, sequelize: any): any;
0 commit comments