catarse/catarse.js

View on GitHub
legacy/src/@types/shipping-fee.d.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type ShippingFee = {
    destination: 'others' | string
    id: number
    reward_id: number
    value: number
}