Skip to main content
Module

x/cdek/mod.ts>ApiBase.Request

📦CDEK api client
Latest
type alias ApiBase.Request
import { type ApiBase } from "https://deno.land/x/cdek@v1.0.9/mod.ts";
const { Request } = ApiBase;
definition: { request_uuid?: string; type:
| "CREATE"
| "UPDATE"
| "DELETE"
| "AUTH"
| "GET"
; date_time: string; state:
| "ACCEPTED"
| "WAITING"
| "SUCCESSFUL"
| "INVALID"
; errors?: Error[]; warnings?: Warning[]; }