# `ExFPL.MyTeam`
[🔗](https://github.com/sgerrand/ex_fpl/blob/main/lib/ex_fpl/my_team.ex#L1)

Decoded `/my-team/{team_id}/` response — the authenticated user's current
team selection, chip status, and pending transfer information.

This is an authenticated endpoint; see `ExFPL.Session`.

# `t`

```elixir
@type t() :: %ExFPL.MyTeam{
  chips: [map()],
  picks: [ExFPL.Pick.t()],
  transfers: map() | nil
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
