Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias ApiResponse.GetCashboxCheck
import { type ApiResponse } from "https://deno.land/x/cdek@v1.0.12/mod.ts";
const { GetCashboxCheck } = ApiResponse;
definition: { check_info?: { order_uuid: string; cdek_number: number; date: string; fiscal_storage_number: string; document_number: string; fiscal_sign: number; type: string; payment_info: { sum: number; type: string; }[]; }[]; errors?: Error[]; }