feat(dashboard): add price history, caching, and i18n
This commit is contained in:
+8
-3
@@ -1,10 +1,15 @@
|
||||
declare namespace App {
|
||||
namespace Features {
|
||||
namespace Dashboard {
|
||||
namespace DTO {
|
||||
namespace Data {
|
||||
export type DashboardData = {
|
||||
electricity: App.Features.Dashboard.DTO.ElectricityData;
|
||||
gas: App.Features.Dashboard.DTO.GasData;
|
||||
electricityHistory: 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[];
|
||||
gasCheapest: App.Features.Dashboard.Data.GasData | null;
|
||||
gasPriciest: App.Features.Dashboard.Data.GasData | null;
|
||||
};
|
||||
export type ElectricityData = {
|
||||
startDate: string;
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"generated.d.ts": "237c6a8a14bec8d9c63d81a00b842cf6"
|
||||
"generated.d.ts": "63b1a5a3410956e9dfd29ea3c90abc71"
|
||||
}
|
||||
Reference in New Issue
Block a user