Skip to content

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

FieldTypeRequiredDescription
storeNamestring✔️Name of the text store