浏览代码

Delete unused interface

Signed-off-by: tumao <yan.wang@zilliz.com>
tumao 3 年之前
父节点
当前提交
60d0dfa10f
共有 1 个文件被更改,包括 0 次插入11 次删除
  1. 0 11
      client/src/pages/schema/Types.ts

+ 0 - 11
client/src/pages/schema/Types.ts

@@ -79,17 +79,6 @@ export interface IndexExtraParam {
   params: string;
 }
 
-export interface SizingToolParam {
-  // type is float or bytes
-  type: string;
-  indexType: string;
-  dimension: number;
-  vectors: number;
-  segmentFileSize: number;
-  nlist?: number;
-  m?: number;
-}
-
 export interface SizingInfoParam {
   info: {
     memory: string;