website refactor
This commit is contained in:
@@ -22,6 +22,7 @@ export interface TeamDetailData {
|
||||
ownerId: string;
|
||||
leagues: string[];
|
||||
createdAt?: string;
|
||||
foundedDateLabel?: string;
|
||||
specialization?: string;
|
||||
region?: string;
|
||||
languages?: string[];
|
||||
@@ -39,6 +40,7 @@ export interface TeamMemberData {
|
||||
driverName: string;
|
||||
role: 'owner' | 'manager' | 'member';
|
||||
joinedAt: string;
|
||||
joinedAtLabel: string;
|
||||
isActive: boolean;
|
||||
avatarUrl: string;
|
||||
}
|
||||
@@ -56,4 +58,6 @@ export interface TeamDetailViewData {
|
||||
isAdmin: boolean;
|
||||
teamMetrics: SponsorMetric[];
|
||||
tabs: TeamTab[];
|
||||
memberCountLabel: string;
|
||||
leagueCountLabel: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user