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