CreateTextStoreRequest
Request to create a new text store.
Example Usage
typescript
import { CreateTextStoreRequest } from "@meetkai/mka1/models/components";
let value: CreateTextStoreRequest = {
storeName: "product_catalog",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
storeName | string | ✔️ | Name of the text store |