Kind: Class
Source: Frontend/src/app/models/security/teams/teams.ts (line 32)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
TeamId | number |
PersonId | number |
IsActive | boolean |
CompanyBranchId | number |
PersonName | string |
_isLeader | boolean |
Used by
2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (2)
TeamDetailsComponent—Frontend/src/app/components/security/teams/team-details/team-details.component.ts:1TeamsListComponent—Frontend/src/app/components/security/teams/teams-list/teams-list.component.ts:1
Was this page helpful?