Teams
Example Usage
typescript
import { Teams } from "@meetkai/mka1/models/operations";
let value: Teams = {
id: "<id>",
name: "<value>",
organizationId: "<id>",
createdAt: "1713643293895",
updatedAt: "1735641679198",
};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 |