CreateIndicesResponse
Example Usage
typescript
import { CreateIndicesResponse } from "@meetkai/mka1/models/components";
let value: CreateIndicesResponse = {
message: "<value>",
indicesCreated: [],
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
message | string | ✔️ | N/A |
indicesCreated | components.IndexInfo[] | ✔️ | N/A |