Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias CalculatorByAvaibleTariffs
import { type CalculatorByAvaibleTariffs } from "https://deno.land/x/cdek@v1.0.9/src/types/api/request.ts";
definition: { date?: string; type?: number; currency?: number; lang?: "rus" | "eng" | "zho"; from_location: Location; to_location: Location; services?: Service[]; packages: { weight: number; length?: number; width?: number; height?: number; }[]; }