Skip to main content
Latest
type alias ApiRequest.CalculatorByTariff
import { type ApiRequest } from "https://deno.land/x/cdek@v1.0.9/mod.ts";
const { CalculatorByTariff } = ApiRequest;
definition: { date?: string; type?: number; currency?: number; tariff_code: number; from_location: Location; to_location: Location; services?: Service[]; packages: { weight: number; length?: number; width?: number; height?: number; }[]; }