Skip to content

IndexInfo

Example Usage

typescript
import { IndexInfo } from "@meetkai/mka1/models/components";

let value: IndexInfo = {
  field: "<value>",
  indexType: "<value>",
  config: {},
};

Fields

FieldTypeRequiredDescription
fieldstring✔️N/A
indexTypestring✔️N/A
configRecord<string, any>✔️N/A