UNPKG
cosmic-payments
Version:
latest (1.1.0)
1.1.0
A payments library for cosmic.new. Designed to be used and deployed on cosmic.new
cosmic.new
cosmic-payments
/
dist
/
server
/
index.d.ts
4 lines
(3 loc)
•
272 B
TypeScript
View Raw
1
2
3
4
export
{ createCosmicPaymentsHandler }
from
'./createCosmicPaymentsHandler'
;
export
type
{
AuthSession
,
CosmicPaymentsHandlerOptions
}
from
'./createCosmicPaymentsHandler'
;
export
type
{
BillingPortalPayload
,
CheckoutLinkPayload
,
CreateCheckoutLinkBody
}
from
'../types'
;