Skip to main content
Latest
type alias ApiWebhook.UpdatePrintForm
import { type ApiWebhook } from "https://deno.land/x/cdek@v1.0.9/mod.ts";
const { UpdatePrintForm } = ApiWebhook;
definition: UpdateBase & { attributes: { type: "waybill" | "receipt" | "barcode"; url: string; }; }