Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 497 Bytes

File metadata and controls

29 lines (22 loc) · 497 Bytes

ListTeamMembersResponse

Supported Types

operations.ListTeamMembersResponseBody

const value: operations.ListTeamMembersResponseBody = {
  data: [
    {
      id: "123e4567-e89b-12d3-a456-426614174000",
      role: "owner",
      fullName: "John Doe",
      avatarUrl: "https://cdn.midday.ai/avatars/john-doe.png",
    },
  ],
};

models.ErrorResponse

const value: models.ErrorResponse = {
  error: "Internal Server Error",
  code: 500,
};