mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-11 22:54:46 +08:00
Created config global state. Reworked WeatherSettings and WeatherWidget to use new config state.
This commit is contained in:
6
client/src/interfaces/Forms.ts
Normal file
6
client/src/interfaces/Forms.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface WeatherForm {
|
||||
WEATHER_API_KEY: string;
|
||||
lat: number;
|
||||
long: number;
|
||||
isCelsius: number;
|
||||
}
|
||||
Reference in New Issue
Block a user