Skip to content

Commit a51fc65

Browse files
committed
Updated types [skip ci]
1 parent 7cebdbd commit a51fc65

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

types/sequelize/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export function registerType(Sequelize: any): void;
2+
export function registerTypes(Sequelize: any): void;
23
export function l2Distance(column: any, value: any, sequelize: any): any;
34
export function maxInnerProduct(column: any, value: any, sequelize: any): any;
45
export function cosineDistance(column: any, value: any, sequelize: any): any;

0 commit comments

Comments
 (0)