Browse Source

Delete unused interface

Signed-off-by: tumao <yan.wang@zilliz.com>
tumao 3 years ago
parent
commit
60d0dfa10f
1 changed files with 0 additions and 11 deletions
  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;