# TeamDetails

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/models/security/teams/teams.ts` (line 13)

**Part of:** [Pams](subsystem-pams)

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `GroupId` | `number` |
| `TeamName` | `string` |
| `LeaderId` | `number` |
| `LeaderName` | `string` |
| `IsActive` | `boolean` |
| `CompanyBranchId` | `number` |
| `TeamMemebers` | `TeamLeader[]` |
| `TeamManagers` | `TeamManager[]` |
| `TargetValue` | `number` |
| `AchievedValue` | `number` |
| `Tendency` | `number` |
| `TeamTypeId` | `number` |
| `_performance` | `number` |

## Used by

3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (3)

- `TeamDetailsComponent` — `Pams/Web/Pams.Web/Client/app/components/security/teams/team-details/team-details.component.ts`:1
- `TeamsListComponent` — `Pams/Web/Pams.Web/Client/app/components/security/teams/teams-list/teams-list.component.ts`:1
- `TeamsService` — `Pams/Web/Pams.Web/Client/app/services/security/teams/teams.service.ts`:1
