Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias ApiBase.Status
import { type ApiBase } from "https://deno.land/x/cdek@v1.0.12/src/types/api.ts";
const { Status } = ApiBase;
definition: { code: string; name: string; date_time: string; reason_code?: string; city?: string; }