Skip to content

ClusterRegistryGrant

Example Usage

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

let value: ClusterRegistryGrant = {
  orgId: "<id>",
  modelId: "<id>",
  grantedBy: "<value>",
  grantedAt: new Date("2026-09-17T02:28:55.728Z"),
};

Fields

FieldTypeRequiredDescription
orgIdstring✔️N/A
modelIdstring✔️N/A
grantedBystring✔️N/A
grantedAtDate✔️N/A