UNPKG
@qrph/bank-codes
Version:
latest (0.0.2)
0.0.2
0.0.1
Library containing a list of SWIFT codes used in the Philippines.
@qrph/bank-codes
/
src
/
bank.ts
7 lines
(6 loc)
•
102 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
interface
BankInfo
{
name
:
string
;
city
:
string
;
swiftCode
:
string
;
branch
?:
string
; }