mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
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:
committed by
GitHub
parent
b092681468
commit
4fc00ae7f1
@@ -125,10 +125,10 @@ export function addTransactions(
|
||||
});
|
||||
}
|
||||
|
||||
export interface ImportTransactionsOpts {
|
||||
export type ImportTransactionsOpts = {
|
||||
defaultCleared?: boolean;
|
||||
dryRun?: boolean;
|
||||
}
|
||||
};
|
||||
|
||||
export function importTransactions(
|
||||
accountId: APIAccountEntity['id'],
|
||||
|
||||
Reference in New Issue
Block a user