Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias CalculatorByTariff
import { type CalculatorByTariff } from "https://deno.land/x/cdek@v1.0.12/src/types/api/request.ts";
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; }[]; }