Skip to content

CreateTextStoreResponse

Response after creating a text store.

Example Usage

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

let value: CreateTextStoreResponse = {
  storeName: "product_catalog",
  message: "Text store created successfully",
};

Fields

FieldTypeRequiredDescription
storeNamestring✔️Name of the created text store
messagestring✔️Operation status message