lint: patch typescript ignored issues (#6450)

* Updates across multiple packages

* Release notes

* Enhance error handling in budget goals reducer by throwing an error when the template is null
This commit is contained in:
Matiss Janis Aboltins
2025-12-19 23:40:28 +00:00
committed by GitHub
parent b092681468
commit 4fc00ae7f1
118 changed files with 429 additions and 428 deletions

View File

@@ -125,10 +125,10 @@ export function addTransactions(
});
}
export interface ImportTransactionsOpts {
export type ImportTransactionsOpts = {
defaultCleared?: boolean;
dryRun?: boolean;
}
};
export function importTransactions(
accountId: APIAccountEntity['id'],