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
| Field | Type | Required | Description |
|---|---|---|---|
orgId | string | ✔️ | N/A |
modelId | string | ✔️ | N/A |
grantedBy | string | ✔️ | N/A |
grantedAt | Date | ✔️ | N/A |