Press n or j to go to the next uncovered block, b, p or k for the previous block.
export interface BudgetSumUpData { name: string budgetLimit: string spent: string leftover: string leftPerDay: string currency: string }