Skip to content

Commit 9c5cd66

Browse files
committed
Updated types [skip ci]
1 parent b91acc9 commit 9c5cd66

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

types/mikro-orm/halfvec.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export class HalfvecType extends Type<string, string> {
22
constructor();
3-
convertToDatabaseValue(value: any, platform: any): string;
3+
convertToDatabaseValue(value: any, platform: any): any;
44
convertToJSValue(value: any, platform: any): any;
55
getColumnType(prop: any, platform: any): any;
66
}

types/mikro-orm/vector.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export class VectorType extends Type<string, string> {
22
constructor();
3-
convertToDatabaseValue(value: any, platform: any): string;
3+
convertToDatabaseValue(value: any, platform: any): any;
44
convertToJSValue(value: any, platform: any): any;
55
getColumnType(prop: any, platform: any): any;
66
}

0 commit comments

Comments
 (0)