Skip to main content
Latest
type alias ApiResponse.CalculatorCustoms
import { type ApiResponse } from "https://deno.land/x/cdek@v1.0.9/mod.ts";
const { CalculatorCustoms } = ApiResponse;
definition: { cost: number; weight: number; customs_duty: number; customs_tariff: number; commission: number; total_amount: number; errors?: Error[]; }