Skip to content

Commit

Permalink
feat(interface): update banks user account interface
Browse files Browse the repository at this point in the history
  • Loading branch information
LeKer29 committed Sep 14, 2021
1 parent 87b9a51 commit 1857587
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/BanksUser.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ export interface BanksUserAccount {
reference?: string;
savingsDetails?: string;
status?: 'MANUAL' | 'ACTIVE' | 'ERROR' | 'NOT_FOUND' | 'CLOSED';
// eslint-disable-next-line
number?: string;
}

/**
Expand Down

0 comments on commit 1857587

Please sign in to comment.