feat: delete Plaid item once bank account deleted

This commit is contained in:
Ahmed Bouhuolia
2024-07-29 16:20:59 +02:00
parent c2815afbe3
commit 1a01461f5d
4 changed files with 64 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ export interface IAccount {
accountNormal: string;
accountParentType: string;
bankBalance: string;
plaidItemId: number | null
}
export enum AccountNormal {