Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias ApiResponse.GetPrealert
import { type ApiResponse } from "https://deno.land/x/cdek@v1.0.9/mod.ts";
const { GetPrealert } = ApiResponse;
definition: { entity?: { uuid: string; prealert_number?: string; planned_date: string; shipment_point: string; orders: { order_uuid: string; cdek_number: number; im_number: string; }[]; }; requests: Request[]; }