Skip to content

ListClusterRegistryResponse

Example Usage

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

let value: ListClusterRegistryResponse = {
  object: "list",
  data: [],
};

Fields

FieldTypeRequiredDescription
object"list"✔️N/A
datacomponents.ClusterRegistryEntry[]✔️N/A