UNPKG

ongkir

Version:

Shipping charges from logistic services in Indonesia

10 lines (9 loc) 364 B
import { SubdistrictType } from '../Geolocation'; import { BaseExpedition } from './Base'; export declare class Wahana extends BaseExpedition { protected subdistrict?: SubdistrictType; constructor(); querySubdistrictDestinations(): Promise<SubdistrictType[]>; setSubdistrict(subdistrict: SubdistrictType): void; protected buildParams(): any; }