# `PhoenixKitProjects.People.Team`
[🔗](https://github.com/BeamLabEU/phoenix_kit_projects/blob/v0.21.2/lib/phoenix_kit_projects/people/team.ex#L1)

READ-ONLY shadow schema over the core-owned `phoenix_kit_staff_teams`
table (core V100). See `PhoenixKitProjects.People.Person` for the
seam's rules: minimal columns, no changesets, local struct identity.

# `t`

```elixir
@type t() :: %PhoenixKitProjects.People.Team{
  __meta__: term(),
  department: term(),
  department_uuid: term(),
  name: term(),
  translations: term(),
  uuid: term()
}
```

---

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