DeleteCustomModelResponse
Response confirming the deletion of a custom model.
Example Usage
typescript
import { DeleteCustomModelResponse } from "@meetkai/mka1/models/components";
let value: DeleteCustomModelResponse = {
message: "<value>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
message | string | ✔️ | Confirmation message about the deletion |