Type alias ListTeamMembersResponse

ListTeamMembersResponse: {
    data: TeamMember[];
    errors: string[];
    success: boolean;
}

Type declaration

  • data: TeamMember[]

    List of team members

  • errors: string[]

    If the operation was not successful, holds the deatils of errors

  • success: boolean

    Indicates whether the operation was successful or not