move static data
This commit is contained in:
@@ -10,8 +10,8 @@ export class TeamSummaryViewModel {
|
||||
totalRaces: number = 0;
|
||||
performanceLevel: string = '';
|
||||
isRecruiting: boolean = false;
|
||||
specialization?: string;
|
||||
region?: string;
|
||||
specialization: string | undefined;
|
||||
region: string | undefined;
|
||||
languages: string[] = [];
|
||||
leagues: string[] = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user