website refactor
This commit is contained in:
@@ -14,6 +14,11 @@ export interface TeamSummaryData {
|
||||
ratingLabel: string;
|
||||
winsLabel: string;
|
||||
racesLabel: string;
|
||||
region?: string;
|
||||
isRecruiting: boolean;
|
||||
category?: string;
|
||||
performanceLevel?: string;
|
||||
description?: string;
|
||||
}
|
||||
|
||||
export interface TeamsViewData extends ViewData {
|
||||
|
||||
Reference in New Issue
Block a user