UNPKG
privacy.com
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
0.3.0
0.2.0
0.1.0
Wrapper for the Privacy.com API using Axios and TypeScript
jeremigendron/privacy.com
privacy.com
/
src
/
objects
/
index.ts
7 lines
(6 loc)
•
246 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
{
Transaction
}
from
"./Transaction"
;
export
{
EmbedRequest
}
from
"./EmbedRequest"
;
export
{
Merchant
}
from
"./Merchant"
;
export
{
FundingAccount
}
from
"./FundingAccount"
;
export
{
Event
}
from
"./Event"
;
export
{
Card
}
from
"./Card"
;