diff --git a/src/lib/Algoan.dto.ts b/src/lib/Algoan.dto.ts index 4d1ad4b..9fc0f39 100644 --- a/src/lib/Algoan.dto.ts +++ b/src/lib/Algoan.dto.ts @@ -90,6 +90,8 @@ export interface PostBanksUserAccountDTO { savingsDetails?: string; status?: 'MANUAL' | 'ACTIVE' | 'ERROR' | 'NOT_FOUND' | 'CLOSED'; owner?: { name?: string }; + // eslint-disable-next-line + number?: string; } /**