Added Sellet from with all required fields.

This commit is contained in:
Filipe Soccol
2024-11-27 09:55:38 -03:00
parent 9cda680494
commit 92f6cb4d35
8 changed files with 2544 additions and 270 deletions

5
src/model/Bank.ts Normal file
View File

@@ -0,0 +1,5 @@
export interface Bank {
COMPE: string;
ISPB: string;
longName: string;
}