Interface: DashboardStats
Defined in: shared/src/hooks/useDashboardStats.ts:27
Properties
Section titled “Properties”monthlyCashflow
Section titled “monthlyCashflow”monthlyCashflow: string;Defined in: shared/src/hooks/useDashboardStats.ts:35
monthlyFinancesByCurrency
Section titled “monthlyFinancesByCurrency”monthlyFinancesByCurrency: CurrencyFinanceStats[];Defined in: shared/src/hooks/useDashboardStats.ts:37
thisMonthDuration
Section titled “thisMonthDuration”thisMonthDuration: string;Defined in: shared/src/hooks/useDashboardStats.ts:32
thisMonthEarnings
Section titled “thisMonthEarnings”thisMonthEarnings: string;Defined in: shared/src/hooks/useDashboardStats.ts:33
thisWeekDuration
Section titled “thisWeekDuration”thisWeekDuration: string;Defined in: shared/src/hooks/useDashboardStats.ts:30
thisWeekEarnings
Section titled “thisWeekEarnings”thisWeekEarnings: string;Defined in: shared/src/hooks/useDashboardStats.ts:31
todayEarnings
Section titled “todayEarnings”todayEarnings: string;Defined in: shared/src/hooks/useDashboardStats.ts:29
todayWorkDuration
Section titled “todayWorkDuration”todayWorkDuration: string;Defined in: shared/src/hooks/useDashboardStats.ts:28
totalBalance
Section titled “totalBalance”totalBalance: string;Defined in: shared/src/hooks/useDashboardStats.ts:34
weeklyChartData
Section titled “weeklyChartData”weeklyChartData: { date: string; hours: number;}[];Defined in: shared/src/hooks/useDashboardStats.ts:36
date: string;hours: number;