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