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