Skip to main content
Latest
type alias ApiResponse.GetWebhook
import { type ApiResponse } from "https://deno.land/x/cdek@v1.0.9/mod.ts";
const { GetWebhook } = ApiResponse;
definition: EntityOperation & { entity?: { url: string; type: UpdateType; }; }