Skip to content

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

FieldTypeRequiredDescription
modelIdstring✔️N/A
sourcecomponents.RegistrySource✔️N/A
activatedBystring✔️N/A
activatedAtDate✔️N/A