UNPKG
medusa-payment-tamara
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.1
Tamara payment gateway plugin for Medusa
medusa-payment-tamara
/
dist
/
api
/
routes
/
admin
/
index.d.ts
3 lines
(2 loc)
•
104 B
TypeScript
View Raw
1
2
3
import
{
Router
}
from
"express"
;
export
declare
function
attachAdminRoutes
(
adminRouter: Router
):
void
;