UNPKG
feathers-shippo
Version:
latest (0.1.0)
0.1.0
A Feathers JS adapter for the Shippo API
DaddyWarbucks/feathers-shippo
feathers-shippo
/
dist
/
cjs
/
resources
/
ShippoUserParcelTemplates.d.ts
5 lines
(4 loc)
•
190 B
TypeScript
View Raw
1
2
3
4
5
import
{
ShippoService
,
ServiceOptions
,
App
}
from
'../service'
;
export
declare
class
ShippoUserParcelTemplates
extends
ShippoService
{
constructor
(
options
:
ServiceOptions
,
app
:
App
); }