feat(dashboard): add price overview UI
This commit is contained in:
+2
-2
@@ -3,11 +3,11 @@ declare namespace App {
|
||||
namespace Dashboard {
|
||||
namespace Data {
|
||||
export type DashboardData = {
|
||||
electricityHistory: App.Features.Dashboard.Data.ElectricityData[];
|
||||
electricity: App.Features.Dashboard.Data.ElectricityData;
|
||||
electricityCheapest: App.Features.Dashboard.Data.ElectricityData | null;
|
||||
electricityDurable: App.Features.Dashboard.Data.ElectricityData | null;
|
||||
electricityPriciest: App.Features.Dashboard.Data.ElectricityData | null;
|
||||
gasHistory: App.Features.Dashboard.Data.ElectricityData[];
|
||||
gas: App.Features.Dashboard.Data.GasData;
|
||||
gasCheapest: App.Features.Dashboard.Data.GasData | null;
|
||||
gasPriciest: App.Features.Dashboard.Data.GasData | null;
|
||||
};
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"generated.d.ts": "63b1a5a3410956e9dfd29ea3c90abc71"
|
||||
"generated.d.ts": "f593095f6f419a96a4c39c2b93719f9a"
|
||||
}
|
||||
Reference in New Issue
Block a user