UNPKG
attqr
Version:
latest (2.1.0)
2.1.0
ATTQR Encode/Decode [VietQR & VNPAY-QR]
github.com/yakunatt/attqr
yakunatt/attqr
attqr
/
dist
/
constants
/
bank-apps.d.ts
11 lines
(10 loc)
•
257 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
BankKey
}
from
'./bank-key'
;
export
interface
BankApp
{
bank
:
BankKey
;
scheme
?:
string
;
packageId
?:
string
;
appStoreId
?:
string
;
supportVietQR
?:
boolean
;
supportVNPayQR
?:
boolean
; }
export
declare
const
BankApps
:
BankApp
[];