2025-03-04 18:46:10 -03:00

6 lines
79 B
TypeScript

export interface Bank {
COMPE: string;
ISPB: string;
longName: string;
}