mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-06-09 23:06:01 +00:00
feat(relatorios): refina indicadores e filtros
This commit is contained in:
@@ -8,6 +8,7 @@ export type InstallmentExpense = {
|
||||
dueDate: Date | null;
|
||||
purchaseDate: Date;
|
||||
period: string;
|
||||
isSettled: boolean | null;
|
||||
};
|
||||
|
||||
export type InstallmentExpensesData = {
|
||||
|
||||
Reference in New Issue
Block a user