UNPKG
viettel-ekyc-sdk
Version:
latest (1.1.5)
1.1.5
Viettel eKYC SDK
github.com/Nguyen-Thanh-Tung/viettel-ekyc-sdk
Nguyen-Thanh-Tung/viettel-ekyc-sdk
viettel-ekyc-sdk
/
lib
/
features
/
card
/
action.d.ts
4 lines
(3 loc)
•
157 B
TypeScript
View Raw
1
2
3
4
import
{
CardInfo
}
from
'../../components/interface'
;
import
{
TypesAction
}
from
'./types'
;
export
declare
const
addCard
:
(
card
:
CardInfo
) =>
TypesAction
;