UNPKG

feathers-shippo

Version:

A Feathers JS adapter for the Shippo API

6 lines (5 loc) 256 B
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; }