Skip to content

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

FieldTypeRequiredDescription
teamoperations.GetTeamTeam✔️N/A