GetTeamTeam
Example Usage
typescript
import { GetTeamTeam } from "@meetkai/mka1/models/operations";
let value: GetTeamTeam = {
id: "<id>",
name: "<value>",
organizationId: "<id>",
createdAt: "1732990986074",
updatedAt: "1735681796660",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✔️ | N/A |
name | string | ✔️ | N/A |
organizationId | string | ✔️ | N/A |
createdAt | string | ✔️ | N/A |
updatedAt | string | ✔️ | N/A |