Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-fidd committed Nov 4, 2024
1 parent 935a9f9 commit 9f42a0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/loot-core/src/types/models/gocardless.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type GoCardlessInstitution = {
};

export type GoCardlessBalance = {
balanceAmount: Amount;
balanceAmount: GoCardlessAmount;
balanceType:
| 'closingBooked'
| 'expected'
Expand Down
1 change: 1 addition & 0 deletions packages/loot-core/src/types/models/simplefin.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { AccountEntity } from './account';
import { BankSyncResponse } from './bank-sync';

export type SimpleFinOrganization = {
Expand Down

0 comments on commit 9f42a0c

Please sign in to comment.