CreateIndexParams: BaseRequestParams & {
    additionalParams?: any;
    dimension: number;
    metric: IndexModelMetricEnum;
}

Type declaration