diff --git a/output/typescript/types.ts b/output/typescript/types.ts index b9fae8b98d..edf447c1fc 100644 --- a/output/typescript/types.ts +++ b/output/typescript/types.ts @@ -2470,7 +2470,7 @@ export interface QueryCacheStats { memory_size?: ByteSize memory_size_in_bytes: long miss_count: integer - total_count: long + total_count: integer } export type QueryVector = float[]