UNPKG

ongkir

Version:

Shipping charges from logistic services in Indonesia

17 lines (16 loc) 324 B
import { BaseExpedition } from './Base' export class DuaSatuExpress extends BaseExpedition { public constructor() { super('duasatu') this.mappingTableResult = { service: 0, price: 1, etd: 2 } this.origin = { id: 'jakarta', label: 'Jakarta', value: 'Jakarta' } } }