Testing: fetch servers by region
This commit is contained in:
4
frontend_reactjs/src/interfaces/fuel.ts
Normal file
4
frontend_reactjs/src/interfaces/fuel.ts
Normal file
@ -0,0 +1,4 @@
|
||||
export interface IRegion {
|
||||
id: number;
|
||||
name: string;
|
||||
}
|
3
frontend_reactjs/src/interfaces/preferences.ts
Normal file
3
frontend_reactjs/src/interfaces/preferences.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export interface PreferencesState {
|
||||
darkMode: boolean;
|
||||
}
|
Reference in New Issue
Block a user