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
/
esm
/
resources
/
ShippoServiceGroups.d.ts
6 lines
(5 loc)
•
256 B
TypeScript
View Raw
1
2
3
4
5
6
import { ShippoService, ServiceOptions, App, ID, Data, Params }
from
'../service'
; export
declare
class
ShippoServiceGroups
extends
ShippoService
{
constructor
(
options
: ServiceOptions,
app
: App);
_update
(
id
: ID,
data
: Data,
params
: Params): any; }