ongkir
Version:
Shipping charges from logistic services in Indonesia
44 lines (41 loc) • 975 B
text/typescript
export type ExpeditionType = 'jne' | 'tiki' | 'pos' | 'wahana' | 'jnt' | 'indah' | 'sicepat' | 'lion' | 'pandu' | 'rapid' | 'atex' | 'rpx' | 'rex' | 'ems' | 'expedito' | 'pahala' | 'nss' | 'rcl' | 'duasatu'
export const Expeditions: ExpeditionType[] = [
'jne',
'tiki',
'pos',
'wahana',
'jnt',
'indah',
'sicepat',
'lion',
'pandu',
'rapid',
'atex',
'rpx',
'rex',
'ems',
'expedito',
'pahala',
'nss',
'rcl',
'duasatu'
]
export * from './21Express'
export * from './Atex'
export * from './EMSIndonesia'
export * from './Expedito'
export * from './IndahLogistic'
export * from './JNE'
export * from './JNT'
export * from './LionParcel'
export * from './NSSExpress'
export * from './PahalaExpress'
export * from './PanduLogistics'
export * from './PosIndonesia'
export * from './Rapid'
export * from './RCLLogistics'
export * from './REX'
export * from './RPX'
export * from './SicepatExpress'
export * from './Tiki'
export * from './Wahana'