Skip to main content
Latest
type alias ApiResponse.CalculatorByTariff
import { type ApiResponse } from "https://deno.land/x/cdek@v1.0.9/mod.ts";
const { CalculatorByTariff } = ApiResponse;
definition: { delivery_sum: number; period_min: number; period_max: number; weight_calc: number; calendar_min?: number; calendar_max?: number; services?: Service[]; total_sum: number; currency?: string; errors?: Error[]; }