RegistryEntryResponse
Example Usage
typescript
import { RegistryEntryResponse } from "@meetkai/mka1/models/components";
let value: RegistryEntryResponse = {
modelId: "<id>",
source: "cluster",
activatedBy: "<value>",
activatedAt: new Date("2026-08-01T09:16:50.730Z"),
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
modelId | string | ✔️ | N/A |
source | components.RegistrySource | ✔️ | N/A |
activatedBy | string | ✔️ | N/A |
activatedAt | Date | ✔️ | N/A |