Skip to main content
Latest
type alias ApiRequest.AddPrealert
import { type ApiRequest } from "https://deno.land/x/cdek@v1.0.9/mod.ts";
const { AddPrealert } = ApiRequest;
definition: { planned_date: string; shipment_point: string; orders: { order_uuid?: string; cdek_number?: number; im_number?: string; }[]; }