Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias ApiWebhook.UpdatePrealertClosed
import { type ApiWebhook } from "https://deno.land/x/cdek@v1.0.9/mod.ts";
const { UpdatePrealertClosed } = ApiWebhook;
definition: UpdateBase & { attributes: { prealert_number: string; closed_date: string; fact_shipment_point: string; }; }