mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-10 06:23:11 +08:00
Created WeatherWidget
This commit is contained in:
10
client/src/interfaces/Weather.ts
Normal file
10
client/src/interfaces/Weather.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Model } from './Api';
|
||||
|
||||
export interface Weather extends Model {
|
||||
externalLastUpdate: string;
|
||||
tempC: number;
|
||||
tempF: number;
|
||||
isDay: number;
|
||||
conditionText: string;
|
||||
conditionCode: number;
|
||||
}
|
||||
Reference in New Issue
Block a user