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

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

📦CDEK api client
Go to Latest
type alias RequestInit
import { type RequestInit } from "https://deno.land/x/cdek@v1.0.9/src/types/lib.ts";
definition: { url: string; query?: Record<string, any>; payload?: any; }