Skip to main content
Latest
type alias ApiRequest.CalculatorByAvaibleTariffs
import { type ApiRequest } from "https://deno.land/x/cdek@v1.0.9/mod.ts";
const { CalculatorByAvaibleTariffs } = ApiRequest;
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; }[]; }