Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias GetCashboxCheck
import { type GetCashboxCheck } from "https://deno.land/x/cdek@v1.0.12/src/types/api/response.ts";
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[]; }