UNPKG
tonb-merchant-api-client
Version:
latest (0.9.3)
0.9.3
0.9.2
0.9.1
0.9.0
Merchant API client is a library to interact with TONB Merchant API.
tonb-merchant-api-client
/
index.d.ts
6 lines
•
256 B
TypeScript
View Raw
1
2
3
4
5
6
import
MerchantAPIClient
from
'./dist/client/client'
export
*
from
'./dist/client/invoice-manager'
export
*
from
'./dist/models/invoice'
export
*
from
'./dist/providers/http/provider'
export
*
from
'./dist/providers/http/types'
export
{
MerchantAPIClient
}