UNPKG
@pump-fun/shared-contracts
Version:
latest (0.2.2)
0.2.2
Shared contracts for Pump.fun microservices.
@pump-fun/shared-contracts
/
src
/
api-contracts
/
schemas
/
index.ts
5 lines
(4 loc)
•
125 B
text/typescript
View Raw
1
2
3
4
5
export
*
from
"./auth.schema"
;
export
*
from
"./health.schema"
;
export
*
from
"./pnl.schema"
;
export
*
from
"./user.schema"
;