Skip to main content
Latest
type alias ApiResponse.GetFinishedOrders
import { type ApiResponse } from "https://deno.land/x/cdek@v1.0.9/mod.ts";
const { GetFinishedOrders } = ApiResponse;
definition: { orders: { order_uuid: string; cdek_number: string; link: string; }[]; errors?: Error[]; warnings?: Warning[]; }