Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/cdek/src/types/lib.ts>InitOptions

📦CDEK api client
Go to Latest
type alias InitOptions
import { type InitOptions } from "https://deno.land/x/cdek@v1.0.9/src/types/lib.ts";
definition: { account: string; password: string; grant_type?: string; url_base?: "https://api.edu.cdek.ru/v2" | "https://api.cdek.ru/v2"; on_error?: (error: ) => void | Promise<void>; }